UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

586 lines (585 loc) 13.5 kB
import { type VariantProps } from "tailwind-variants"; import type { Classes } from "../theme/themeUtils"; export type CardPlaceholderVariants = VariantProps<typeof cardPlaceholder> & Classes<typeof cardPlaceholder>; export type ImagePlaceholderVariants = VariantProps<typeof imagePlaceholder> & Classes<typeof imagePlaceholder>; export type ListPlaceholderVariants = VariantProps<typeof listPlaceholder> & Classes<typeof listPlaceholder>; export type SkeletonVariants = VariantProps<typeof skeleton> & Classes<typeof skeleton>; export type TestimonialPlaceholderVariants = VariantProps<typeof testimonialPlaceholder> & Classes<typeof testimonialPlaceholder>; export type TextPlaceholderVariants = VariantProps<typeof textPlaceholder> & Classes<typeof textPlaceholder>; export type VideoPlaceholderVariants = VariantProps<typeof videoPlaceholder>; export type WidgetPlaceholderVariants = VariantProps<typeof widgetPlaceholder> & Classes<typeof widgetPlaceholder>; export declare const cardPlaceholder: import("tailwind-variants").TVReturnType<{ size: { sm: { base: string; }; md: { base: string; }; lg: { base: string; }; xl: { base: string; }; "2xl": { base: string; }; }; }, { base: string; area: string; icon: string; line: string; footer: string; }, undefined, { size: { sm: { base: string; }; md: { base: string; }; lg: { base: string; }; xl: { base: string; }; "2xl": { base: string; }; }; }, { base: string; area: string; icon: string; line: string; footer: string; }, import("tailwind-variants").TVReturnType<{ size: { sm: { base: string; }; md: { base: string; }; lg: { base: string; }; xl: { base: string; }; "2xl": { base: string; }; }; }, { base: string; area: string; icon: string; line: string; footer: string; }, undefined, unknown, unknown, undefined>>; export declare const imagePlaceholder: import("tailwind-variants").TVReturnType<{ size: { sm: { image: string; content: string; }; md: { image: string; content: string; }; lg: { image: string; content: string; }; }; rounded: { none: { image: string; line: string; }; sm: { image: string; line: string; }; md: { image: string; line: string; }; lg: { image: string; line: string; }; full: { image: string; line: string; }; }; }, { base: string; image: string; svg: string; content: string; line: string; }, undefined, { size: { sm: { image: string; content: string; }; md: { image: string; content: string; }; lg: { image: string; content: string; }; }; rounded: { none: { image: string; line: string; }; sm: { image: string; line: string; }; md: { image: string; line: string; }; lg: { image: string; line: string; }; full: { image: string; line: string; }; }; }, { base: string; image: string; svg: string; content: string; line: string; }, import("tailwind-variants").TVReturnType<{ size: { sm: { image: string; content: string; }; md: { image: string; content: string; }; lg: { image: string; content: string; }; }; rounded: { none: { image: string; line: string; }; sm: { image: string; line: string; }; md: { image: string; line: string; }; lg: { image: string; line: string; }; full: { image: string; line: string; }; }; }, { base: string; image: string; svg: string; content: string; line: string; }, undefined, unknown, unknown, undefined>>; export declare const listPlaceholder: import("tailwind-variants").TVReturnType<{ size: { sm: { base: string; title: string; subTitle: string; extra: string; }; md: {}; lg: { base: string; title: string; subTitle: string; extra: string; }; }; rounded: { none: { base: string; }; sm: { base: string; }; md: { base: string; }; lg: { base: string; }; full: { base: string; }; }; }, { base: string; item: string; content: string; title: string; subTitle: string; extra: string; }, undefined, { size: { sm: { base: string; title: string; subTitle: string; extra: string; }; md: {}; lg: { base: string; title: string; subTitle: string; extra: string; }; }; rounded: { none: { base: string; }; sm: { base: string; }; md: { base: string; }; lg: { base: string; }; full: { base: string; }; }; }, { base: string; item: string; content: string; title: string; subTitle: string; extra: string; }, import("tailwind-variants").TVReturnType<{ size: { sm: { base: string; title: string; subTitle: string; extra: string; }; md: {}; lg: { base: string; title: string; subTitle: string; extra: string; }; }; rounded: { none: { base: string; }; sm: { base: string; }; md: { base: string; }; lg: { base: string; }; full: { base: string; }; }; }, { base: string; item: string; content: string; title: string; subTitle: string; extra: string; }, undefined, unknown, unknown, undefined>>; export declare const skeleton: import("tailwind-variants").TVReturnType<{ size: { sm: { wrapper: string; }; md: { wrapper: string; }; lg: { wrapper: string; }; xl: { wrapper: string; }; "2xl": { wrapper: string; }; }; }, { wrapper: string; line: string; }, undefined, { size: { sm: { wrapper: string; }; md: { wrapper: string; }; lg: { wrapper: string; }; xl: { wrapper: string; }; "2xl": { wrapper: string; }; }; }, { wrapper: string; line: string; }, import("tailwind-variants").TVReturnType<{ size: { sm: { wrapper: string; }; md: { wrapper: string; }; lg: { wrapper: string; }; xl: { wrapper: string; }; "2xl": { wrapper: string; }; }; }, { wrapper: string; line: string; }, undefined, unknown, unknown, undefined>>; export declare const testimonialPlaceholder: import("tailwind-variants").TVReturnType<{ [key: string]: { [key: string]: import("tailwind-merge").ClassNameValue | { base?: import("tailwind-merge").ClassNameValue; content?: import("tailwind-merge").ClassNameValue; svg?: import("tailwind-merge").ClassNameValue; lineA?: import("tailwind-merge").ClassNameValue; lineB?: import("tailwind-merge").ClassNameValue; }; }; } | { [x: string]: { [x: string]: import("tailwind-merge").ClassNameValue | { base?: import("tailwind-merge").ClassNameValue; content?: import("tailwind-merge").ClassNameValue; svg?: import("tailwind-merge").ClassNameValue; lineA?: import("tailwind-merge").ClassNameValue; lineB?: import("tailwind-merge").ClassNameValue; }; }; } | {}, { base: string; lineA: string; lineB: string; svg: string; content: string; }, undefined, { [key: string]: { [key: string]: import("tailwind-merge").ClassNameValue | { base?: import("tailwind-merge").ClassNameValue; content?: import("tailwind-merge").ClassNameValue; svg?: import("tailwind-merge").ClassNameValue; lineA?: import("tailwind-merge").ClassNameValue; lineB?: import("tailwind-merge").ClassNameValue; }; }; } | {}, { base: string; lineA: string; lineB: string; svg: string; content: string; }, import("tailwind-variants").TVReturnType<unknown, { base: string; lineA: string; lineB: string; svg: string; content: string; }, undefined, unknown, unknown, undefined>>; export declare const textPlaceholder: import("tailwind-variants").TVReturnType<{ size: { sm: { base: string; }; md: { base: string; }; lg: { base: string; }; xl: { base: string; }; "2xl": { base: string; }; }; }, { base: string; div: string; lineA: string; lineB: string; }, undefined, { size: { sm: { base: string; }; md: { base: string; }; lg: { base: string; }; xl: { base: string; }; "2xl": { base: string; }; }; }, { base: string; div: string; lineA: string; lineB: string; }, import("tailwind-variants").TVReturnType<{ size: { sm: { base: string; }; md: { base: string; }; lg: { base: string; }; xl: { base: string; }; "2xl": { base: string; }; }; }, { base: string; div: string; lineA: string; lineB: string; }, undefined, unknown, unknown, undefined>>; export declare const videoPlaceholder: import("tailwind-variants").TVReturnType<{ size: { sm: string; md: string; lg: string; xl: string; "2xl": string; }; }, undefined, "flex justify-center items-center h-56 bg-gray-300 rounded-lg animate-pulse dark:bg-gray-700", { size: { sm: string; md: string; lg: string; xl: string; "2xl": string; }; }, undefined, import("tailwind-variants").TVReturnType<{ size: { sm: string; md: string; lg: string; xl: string; "2xl": string; }; }, undefined, "flex justify-center items-center h-56 bg-gray-300 rounded-lg animate-pulse dark:bg-gray-700", unknown, unknown, undefined>>; export declare const widgetPlaceholder: import("tailwind-variants").TVReturnType<{ [key: string]: { [key: string]: import("tailwind-merge").ClassNameValue | { base?: import("tailwind-merge").ClassNameValue; wrapper?: import("tailwind-merge").ClassNameValue; hLine?: import("tailwind-merge").ClassNameValue; vLine?: import("tailwind-merge").ClassNameValue; }; }; } | { [x: string]: { [x: string]: import("tailwind-merge").ClassNameValue | { base?: import("tailwind-merge").ClassNameValue; wrapper?: import("tailwind-merge").ClassNameValue; hLine?: import("tailwind-merge").ClassNameValue; vLine?: import("tailwind-merge").ClassNameValue; }; }; } | {}, { base: string; wrapper: string; hLine: string; vLine: string; }, undefined, { [key: string]: { [key: string]: import("tailwind-merge").ClassNameValue | { base?: import("tailwind-merge").ClassNameValue; wrapper?: import("tailwind-merge").ClassNameValue; hLine?: import("tailwind-merge").ClassNameValue; vLine?: import("tailwind-merge").ClassNameValue; }; }; } | {}, { base: string; wrapper: string; hLine: string; vLine: string; }, import("tailwind-variants").TVReturnType<unknown, { base: string; wrapper: string; hLine: string; vLine: string; }, undefined, unknown, unknown, undefined>>;