UNPKG

@real-system/box-primitive

Version:

A basic div with style props that should be used to build other components

8 lines 418 B
/** * `Box` primitive component. Used to create all elements in Real System. Use `Box` to create custom components on top of Real System components. * * @todo Design a way to merge pseudo styles when passing them as props */ declare const StyledBox: import("@real-system/styled-library/lib/system/styled/styled.types").RealSystemComponent<"div", any>; export { StyledBox }; //# sourceMappingURL=Box.styles.d.ts.map