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) 504 B
import { SystemProps } from "../system/system.js"; import { VuiComponent } from "../core/vui.js"; import "../index.js"; //#region src/table/tbody.d.ts declare const TbodyBase: import("styled-components").StyledComponent<"tbody", import("styled-components").DefaultTheme, SystemProps, never>; /** Displays Table body with built-in support for rows. */ declare const Tbody: VuiComponent<"tbody", SystemProps>; //#endregion export { Tbody, Tbody as default, TbodyBase }; //# sourceMappingURL=tbody.d.ts.map