@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
10 lines (9 loc) • 352 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { TheadProps } from "./table.types.js";
import "../index.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, Thead as default };
//# sourceMappingURL=thead.d.ts.map