Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96b100b + 2897c2f commit 2b1f348Copy full SHA for 2b1f348
src/index.d.ts
@@ -91,7 +91,7 @@ interface CButtonToolbar extends HTMLPropsNoClassName {
91
className?: className;
92
innerRef?: innerRef;
93
role?: string;
94
- justify?: '' | 'start' | 'end' | 'between' | 'center';
+ justify?: '' | 'start' | 'end' | 'between' | 'center' | 'around';
95
}
96
97
interface CCallout extends HTMLPropsNoClassName {
0 commit comments