1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00
metamask-extension/ui/components/component-library/box/index.ts
George Marshall 35ae06d824
Adding Box component in TS to component-library (#19363)
* Adding TS version of Box to component-library

* Updates to types and comments
2023-06-08 11:12:16 -07:00

9 lines
167 B
TypeScript

export { Box } from './box';
export type {
PolymorphicRef,
PolymorphicComponentPropWithRef,
StyleUtilityProps,
BoxProps,
BoxComponent,
} from './box.types';