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) 511 B
import { SystemProps } from "../system/system.js"; import { VuiComponent } from "../core/vui.js"; import { ThProps } from "./table.types.js"; import "../index.js"; //#region src/table/th.d.ts declare const ThBase: import("styled-components").StyledComponent<"th", import("styled-components").DefaultTheme, SystemProps, never>; /** Displays Table heading with support for sort. */ declare const Th: VuiComponent<"th", ThProps>; //#endregion export { Th, Th as default, ThBase }; //# sourceMappingURL=th.d.ts.map