flowbite-qwik
Version:
Official Qwik components built for Flowbite and Tailwind CSS
7 lines (6 loc) • 316 B
TypeScript
export declare const TableBody: import("@builder.io/qwik").Component<{
align?: string | undefined;
ch?: string | undefined;
chOff?: string | undefined;
vAlign?: string | undefined;
} & import("@builder.io/qwik").HTMLElementAttrs & import("@builder.io/qwik").QwikAttributes<HTMLTableSectionElement>>;