UNPKG

flowbite-qwik

Version:

Official Qwik components built for Flowbite and Tailwind CSS

18 lines (17 loc) 825 B
export declare const TableCell: import("@builder.io/qwik").Component<{ abbr?: string | undefined; bgColor?: string | undefined; ch?: string | undefined; chOff?: string | undefined; vAlign?: string | undefined; axis?: string | undefined; colSpan?: number | undefined; headers?: string | undefined; noWrap?: boolean | undefined; rowSpan?: number | undefined; scope?: string | undefined; align?: "left" | "center" | "right" | "justify" | "char" | undefined | undefined; height?: import("@builder.io/qwik").Size | undefined; width?: import("@builder.io/qwik").Size | undefined; valign?: "top" | "middle" | "bottom" | "baseline" | undefined | undefined; } & import("@builder.io/qwik").HTMLElementAttrs & import("@builder.io/qwik").QwikAttributes<HTMLTableCellElement>>;