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.

9 lines (8 loc) 352 B
import { VuiComponent } from "../core/vui.js"; import { BoxProps } from "../box/box.types.js"; //#region src/prose/prose.d.ts type ProseProps = BoxProps; declare const Prose: import("styled-components").StyledComponent<VuiComponent<"div", BoxProps>, any, BoxProps, never>; //#endregion export { Prose, ProseProps }; //# sourceMappingURL=prose.d.ts.map