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