UNPKG

@rkosafo/cai.components

Version:

This package is under development and not ready for public use.

76 lines (75 loc) 1.67 kB
import type { Classes } from '../../themes/themeUtils.js'; import { type VariantProps } from 'tailwind-variants'; export type SpeedDialVariants = VariantProps<typeof speedDial> & Classes<typeof speedDial>; export type SpeedDialButtonVariants = VariantProps<typeof speedDialButton> & Classes<typeof speedDialButton>; export declare const speedDial: import("tailwind-variants").TVReturnType<{ vertical: { true: { popper: string; }; }; }, { base: string; popper: string; }, undefined, { vertical: { true: { popper: string; }; }; }, { base: string; popper: string; }, import("tailwind-variants").TVReturnType<{ vertical: { true: { popper: string; }; }; }, { base: string; popper: string; }, undefined, unknown, unknown, undefined>>; export declare const speedDialButton: import("tailwind-variants").TVReturnType<{ noTooltip: { false: {}; true: {}; }; textOutside: { true: { base: string; span: string; }; }; }, { base: string; span: string; }, undefined, { noTooltip: { false: {}; true: {}; }; textOutside: { true: { base: string; span: string; }; }; }, { base: string; span: string; }, import("tailwind-variants").TVReturnType<{ noTooltip: { false: {}; true: {}; }; textOutside: { true: { base: string; span: string; }; }; }, { base: string; span: string; }, undefined, unknown, unknown, undefined>>;