@real-system/box-primitive
Version:
A basic div with style props that should be used to build other components
8 lines • 312 B
TypeScript
import type { As, RealSystemComponentProps, StylishProps } from '@real-system/styled-library';
declare type BoxStyleProps = StylishProps;
/**
* All box props
*/
declare type BoxProps<T extends As = any> = RealSystemComponentProps<T>;
export type { BoxProps, BoxStyleProps };
//# sourceMappingURL=types.d.ts.map