Skip to content

Commit 6e878cf

Browse files
committed
exported FlexGrid & ResponsiveGrid Types
1 parent afa790b commit 6e878cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
import { FlexGrid } from './flex-grid';
22
import { ResponsiveGrid } from './responsive-grid';
3+
import type { FlexGridProps } from './flex-grid/types';
4+
import type { ResponsiveGridProps } from './responsive-grid/types';
35

46
export { FlexGrid, ResponsiveGrid };
7+
export type { FlexGridProps, ResponsiveGridProps };

0 commit comments

Comments
 (0)