Skip to content

Commit 0caef1e

Browse files
Always export util types and guards
1 parent 7ebb90e commit 0caef1e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/__tests__/index.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ describe('Index', () => {
1616
'Button',
1717
'Card',
1818
'CardContext',
19+
'cardTypeIsCareCard',
1920
'CharacterCount',
2021
'Checkboxes',
2122
'CheckboxesContext',
2223
'ChevronRightCircleIcon',
24+
'childIsOfComponentType',
2325
'Clearfix',
2426
'Col',
2527
'Container',

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export * from './components';
22
export * from './patterns';
3+
export * from './util/types';

0 commit comments

Comments
 (0)