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.

12 lines (11 loc) 476 B
import { SystemProps } from "../system/system.js"; import { VuiComponent } from "../core/vui.js"; import { PProps } from "./p.types.js"; import "../index.js"; //#region src/p/p.d.ts declare const PBase: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, SystemProps, never>; /** Displays a paragraph of text. */ declare const P: VuiComponent<"p", PProps>; //#endregion export { P, P as default, PBase }; //# sourceMappingURL=p.d.ts.map