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) 312 B
import { VuiComponent } from "../core/vui.js"; import { TheadProps } from "./table.types.js"; //#region src/table/thead.d.ts /** Displays Table head with support for columns and sticky. */ declare const Thead: VuiComponent<"thead", TheadProps>; //#endregion export { Thead }; //# sourceMappingURL=thead.d.ts.map