Skip to content

Commit fc3baf7

Browse files
feat: add types
1 parent c35db6b commit fc3baf7

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

lib/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export * from './components';
22
export * from './hooks';
33
export * from './theme';
4+
export * from './types';
45
export * from './util';

lib/types/chakra-types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export type { ChakraProps, ThemeTypings } from '@chakra-ui/react';
2+
export type { SystemStyleObject } from '@chakra-ui/styled-system';

lib/types/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export type { ChakraProps, SystemStyleObject, ThemeTypings } from './chakra-types';

0 commit comments

Comments
 (0)