mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 11:28:51 +01:00
9 lines
167 B
TypeScript
9 lines
167 B
TypeScript
|
export { Box } from './box';
|
||
|
export type {
|
||
|
PolymorphicRef,
|
||
|
PolymorphicComponentPropWithRef,
|
||
|
StyleUtilityProps,
|
||
|
BoxProps,
|
||
|
BoxComponent,
|
||
|
} from './box.types';
|