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.

11 lines (10 loc) 475 B
import { SystemProps } from "../system/system.js"; import { VuiComponent } from "../core/vui.js"; import "../index.js"; //#region src/table/tfoot.d.ts declare const TfootBase: import("styled-components").StyledComponent<"tfoot", import("styled-components").DefaultTheme, SystemProps, never>; /** Displays Table footer. */ declare const Tfoot: VuiComponent<"tfoot", SystemProps>; //#endregion export { Tfoot, Tfoot as default, TfootBase }; //# sourceMappingURL=tfoot.d.ts.map