Skip to content

Commit 829adc0

Browse files
feat(types): export chakra As
1 parent e650edb commit 829adc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/types/chakra-types.ts

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

lib/types/index.ts

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

0 commit comments

Comments
 (0)