1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-25 11:28:51 +01:00
metamask-extension/ui/components/component-library/box/index.ts

9 lines
167 B
TypeScript
Raw Normal View History

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