mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 11:28:51 +01:00
35ae06d824
* Adding TS version of Box to component-library * Updates to types and comments
9 lines
167 B
TypeScript
9 lines
167 B
TypeScript
export { Box } from './box';
|
|
export type {
|
|
PolymorphicRef,
|
|
PolymorphicComponentPropWithRef,
|
|
StyleUtilityProps,
|
|
BoxProps,
|
|
BoxComponent,
|
|
} from './box.types';
|