Skip to content

Commit 5735515

Browse files
layershifterlevithomason
authored andcommitted
fix(Button): add floated to typings of ButtonGroup (#1248)
1 parent e148abd commit 5735515

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/elements/Button/index.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ interface GroupProps {
148148
/** Groups can reduce their padding to fit into tighter spaces. */
149149
compact?: boolean;
150150

151+
/** Groups can be aligned to the left or right of its container. */
152+
floated?: SemanticFLOATS;
153+
151154
/** Groups can take the width of their container. */
152155
fluid?: boolean;
153156

0 commit comments

Comments
 (0)