@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) • 435 B
TypeScript
import { SystemProps } from "../system/system.js";
import { VuiComponent } from "../core/vui.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, TfootBase };
//# sourceMappingURL=tfoot.d.ts.map