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.
1 parent 96b100b commit 2897c2fCopy full SHA for 2897c2f
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