File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
designSystem/kubit/components Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ export * from './table';
22
22
export * from './tooltip' ;
23
23
export * from './itemRove' ;
24
24
export * from './divider' ;
25
+ export * from './quickButton' ;
25
26
export * from './skeleton' ;
26
27
export * from './overlay' ;
27
28
export * from './lineSeparator' ;
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ export * from './pageControlAutomate/styles';
53
53
export * from './pagination/styles' ;
54
54
export * from './pill/styles' ;
55
55
export * from './pillSelector/styles' ;
56
+ export * from './quickButton/styles' ;
56
57
export * from './radioButtonGroup/styles' ;
57
58
export * from './table/styles' ;
58
59
export * from './textCount/styles' ;
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ export * from './pageControlAutomate/variants';
53
53
export * from './pagination/variants' ;
54
54
export * from './pill/variants' ;
55
55
export * from './pillSelector/variants' ;
56
+ export * from './quickButton/variants' ;
56
57
export * from './radioButtonGroup/variants' ;
57
58
export * from './table/variants' ;
58
59
export * from './toggle/variants' ;
You can’t perform that action at this time.
0 commit comments