Skip to content

Commit 2b1f348

Browse files
authored
Merge pull request #329 from reediculous456/button-toolbar-type-fix
fix: added justify around to CButtonToolbar
2 parents 96b100b + 2897c2f commit 2b1f348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ interface CButtonToolbar extends HTMLPropsNoClassName {
9191
className?: className;
9292
innerRef?: innerRef;
9393
role?: string;
94-
justify?: '' | 'start' | 'end' | 'between' | 'center';
94+
justify?: '' | 'start' | 'end' | 'between' | 'center' | 'around';
9595
}
9696

9797
interface CCallout extends HTMLPropsNoClassName {

0 commit comments

Comments
 (0)