Skip to content

Commit cfc2a39

Browse files
author
Hector Arce De Las Heras
committed
Include exports for QuickButton component
1 parent 9204f6c commit cfc2a39

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/components/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export * from './table';
2222
export * from './tooltip';
2323
export * from './itemRove';
2424
export * from './divider';
25+
export * from './quickButton';
2526
export * from './skeleton';
2627
export * from './overlay';
2728
export * from './lineSeparator';

src/designSystem/kubit/components/styles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export * from './pageControlAutomate/styles';
5353
export * from './pagination/styles';
5454
export * from './pill/styles';
5555
export * from './pillSelector/styles';
56+
export * from './quickButton/styles';
5657
export * from './radioButtonGroup/styles';
5758
export * from './table/styles';
5859
export * from './textCount/styles';

src/designSystem/kubit/components/variants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export * from './pageControlAutomate/variants';
5353
export * from './pagination/variants';
5454
export * from './pill/variants';
5555
export * from './pillSelector/variants';
56+
export * from './quickButton/variants';
5657
export * from './radioButtonGroup/variants';
5758
export * from './table/variants';
5859
export * from './toggle/variants';

0 commit comments

Comments
 (0)