UNPKG

@redocly/portal-legacy-ui

Version:

Library of legacy portal UI components

7 lines (6 loc) 439 B
import type { SpaceProps, LayoutProps, TextAlignProps, ColorProps, PositionProps, FlexProps, BordersProps, GridProps } from 'styled-system'; export interface BoxProps extends SpaceProps, LayoutProps, PositionProps, FlexProps, TextAlignProps, ColorProps, BordersProps, GridProps { } export declare const Box: import("styled-components").StyledComponent<"div", any, { 'data-component-name': string; } & BoxProps, "data-component-name">;