flowbite-svelte
Version:
Flowbite components for Svelte
66 lines (65 loc) • 2.6 kB
TypeScript
import { type VariantProps } from "tailwind-variants";
export type SplitPaneVariants = VariantProps<typeof splitpane>;
export type PaneVariants = VariantProps<typeof pane>;
export type DividerVariants = VariantProps<typeof divider>;
export declare const splitpane: import("tailwind-variants").TVReturnType<{
direction: {
horizontal: string;
vertical: string;
};
}, undefined, "relative flex h-full w-full overflow-hidden select-none", {
direction: {
horizontal: string;
vertical: string;
};
}, undefined, import("tailwind-variants").TVReturnType<{
direction: {
horizontal: string;
vertical: string;
};
}, undefined, "relative flex h-full w-full overflow-hidden select-none", unknown, unknown, undefined>>;
export declare const pane: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, "flex flex-col relative overflow-hidden shrink-0 min-w-0 min-h-0", {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "flex flex-col relative overflow-hidden shrink-0 min-w-0 min-h-0", unknown, unknown, undefined>>;
export declare const divider: import("tailwind-variants").TVReturnType<{
direction: {
horizontal: string;
vertical: string;
};
isDragging: {
true: string;
false: string;
};
}, undefined, "bg-gray-300 shrink-0 relative z-10 transition-colors duration-200 hover:bg-gray-400 focus:bg-gray-400 focus:outline focus:outline-2 focus:outline-blue-500 focus:-outline-offset-2", {
direction: {
horizontal: string;
vertical: string;
};
isDragging: {
true: string;
false: string;
};
}, undefined, import("tailwind-variants").TVReturnType<{
direction: {
horizontal: string;
vertical: string;
};
isDragging: {
true: string;
false: string;
};
}, undefined, "bg-gray-300 shrink-0 relative z-10 transition-colors duration-200 hover:bg-gray-400 focus:bg-gray-400 focus:outline focus:outline-2 focus:outline-blue-500 focus:-outline-offset-2", unknown, unknown, undefined>>;
export declare const dividerHitArea: import("tailwind-variants").TVReturnType<{
direction: {
horizontal: string;
vertical: string;
};
}, undefined, "absolute bg-transparent", {
direction: {
horizontal: string;
vertical: string;
};
}, undefined, import("tailwind-variants").TVReturnType<{
direction: {
horizontal: string;
vertical: string;
};
}, undefined, "absolute bg-transparent", unknown, unknown, undefined>>;