Skip to content

Commit 2897c2f

Browse files
committed
fix: added justify around to CButtonToolbar
1 parent 96b100b commit 2897c2f

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)