UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

425 lines (424 loc) 9.01 kB
import { type VariantProps } from "tailwind-variants"; export type TableVariants = VariantProps<typeof table>; export declare const table: import("tailwind-variants").TVReturnType<{ color: { default: { table: string; }; primary: { table: string; }; secondary: { table: string; }; gray: { table: string; }; red: { table: string; }; orange: { table: string; }; amber: { table: string; }; yellow: { table: string; }; lime: { table: string; }; green: { table: string; }; emerald: { table: string; }; teal: { table: string; }; cyan: { table: string; }; sky: { table: string; }; blue: { table: string; }; indigo: { table: string; }; violet: { table: string; }; purple: { table: string; }; fuchsia: { table: string; }; pink: { table: string; }; rose: { table: string; }; }; shadow: { true: { base: string; }; }; }, { base: string; table: string; }, undefined, { color: { default: { table: string; }; primary: { table: string; }; secondary: { table: string; }; gray: { table: string; }; red: { table: string; }; orange: { table: string; }; amber: { table: string; }; yellow: { table: string; }; lime: { table: string; }; green: { table: string; }; emerald: { table: string; }; teal: { table: string; }; cyan: { table: string; }; sky: { table: string; }; blue: { table: string; }; indigo: { table: string; }; violet: { table: string; }; purple: { table: string; }; fuchsia: { table: string; }; pink: { table: string; }; rose: { table: string; }; }; shadow: { true: { base: string; }; }; }, { base: string; table: string; }, import("tailwind-variants").TVReturnType<{ color: { default: { table: string; }; primary: { table: string; }; secondary: { table: string; }; gray: { table: string; }; red: { table: string; }; orange: { table: string; }; amber: { table: string; }; yellow: { table: string; }; lime: { table: string; }; green: { table: string; }; emerald: { table: string; }; teal: { table: string; }; cyan: { table: string; }; sky: { table: string; }; blue: { table: string; }; indigo: { table: string; }; violet: { table: string; }; purple: { table: string; }; fuchsia: { table: string; }; pink: { table: string; }; rose: { table: string; }; }; shadow: { true: { base: string; }; }; }, { base: string; table: string; }, undefined, unknown, unknown, undefined>>; export declare const tablebodyrow: import("tailwind-variants").TVReturnType<{ color: { default: string; primary: string; secondary: string; gray: string; red: string; orange: string; amber: string; yellow: string; lime: string; green: string; emerald: string; teal: string; cyan: string; sky: string; blue: string; indigo: string; violet: string; purple: string; fuchsia: string; pink: string; rose: string; }; hoverable: { true: string; }; striped: { true: string; }; border: { true: string; }; }, undefined, "", { color: { default: string; primary: string; secondary: string; gray: string; red: string; orange: string; amber: string; yellow: string; lime: string; green: string; emerald: string; teal: string; cyan: string; sky: string; blue: string; indigo: string; violet: string; purple: string; fuchsia: string; pink: string; rose: string; }; hoverable: { true: string; }; striped: { true: string; }; border: { true: string; }; }, undefined, import("tailwind-variants").TVReturnType<{ color: { default: string; primary: string; secondary: string; gray: string; red: string; orange: string; amber: string; yellow: string; lime: string; green: string; emerald: string; teal: string; cyan: string; sky: string; blue: string; indigo: string; violet: string; purple: string; fuchsia: string; pink: string; rose: string; }; hoverable: { true: string; }; striped: { true: string; }; border: { true: string; }; }, undefined, "", unknown, unknown, undefined>>; export declare const tablehead: import("tailwind-variants").TVReturnType<{ color: { default: string; primary: string; secondary: string; gray: string; red: string; orange: string; amber: string; yellow: string; lime: string; green: string; emerald: string; teal: string; cyan: string; sky: string; blue: string; indigo: string; violet: string; purple: string; fuchsia: string; pink: string; rose: string; }; border: { true: string; false: string; }; striped: { true: string; false: string; }; }, undefined, "text-xs uppercase", { color: { default: string; primary: string; secondary: string; gray: string; red: string; orange: string; amber: string; yellow: string; lime: string; green: string; emerald: string; teal: string; cyan: string; sky: string; blue: string; indigo: string; violet: string; purple: string; fuchsia: string; pink: string; rose: string; }; border: { true: string; false: string; }; striped: { true: string; false: string; }; }, undefined, import("tailwind-variants").TVReturnType<{ color: { default: string; primary: string; secondary: string; gray: string; red: string; orange: string; amber: string; yellow: string; lime: string; green: string; emerald: string; teal: string; cyan: string; sky: string; blue: string; indigo: string; violet: string; purple: string; fuchsia: string; pink: string; rose: string; }; border: { true: string; false: string; }; striped: { true: string; false: string; }; }, undefined, "text-xs uppercase", unknown, unknown, undefined>>; export declare const tablebodycell: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, "px-6 py-4 whitespace-nowrap font-medium", {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "px-6 py-4 whitespace-nowrap font-medium", unknown, unknown, undefined>>; export declare const tableheadcell: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, "px-6 py-3", {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "px-6 py-3", unknown, unknown, undefined>>;