UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

8 lines (7 loc) 296 B
import { ThemingProps } from "../theme/types.js"; import { BoxProps } from "../box/box.types.js"; //#region src/panel/panel.types.d.ts type PanelProps = Omit<BoxProps, 'size' | 'variant'> & ThemingProps<'Panel'> & {}; //#endregion export { PanelProps }; //# sourceMappingURL=panel.types.d.ts.map