We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa790b commit 6e878cfCopy full SHA for 6e878cf
src/index.tsx
@@ -1,4 +1,7 @@
1
import { FlexGrid } from './flex-grid';
2
import { ResponsiveGrid } from './responsive-grid';
3
+import type { FlexGridProps } from './flex-grid/types';
4
+import type { ResponsiveGridProps } from './responsive-grid/types';
5
6
export { FlexGrid, ResponsiveGrid };
7
+export type { FlexGridProps, ResponsiveGridProps };
0 commit comments