UNPKG

@rkosafo/cai.components

Version:

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

136 lines (135 loc) 2.85 kB
import type { Classes } from '../../themes/themeUtils.js'; import { type VariantProps } from 'tailwind-variants'; export type TabsVaraints = VariantProps<typeof tabs> & Classes<typeof tabs>; export type TabItemVariants = VariantProps<typeof tabItem> & Classes<typeof tabItem>; export declare const tabs: import("tailwind-variants").TVReturnType<{ tabStyle: { full: { active: string; inactive: string; }; pill: { active: string; inactive: string; }; underline: { base: string; active: string; inactive: string; }; none: { active: string; inactive: string; }; }; hasDivider: { true: {}; }; }, { base: string; content: string; divider: string; active: string; inactive: string; }, undefined, { tabStyle: { full: { active: string; inactive: string; }; pill: { active: string; inactive: string; }; underline: { base: string; active: string; inactive: string; }; none: { active: string; inactive: string; }; }; hasDivider: { true: {}; }; }, { base: string; content: string; divider: string; active: string; inactive: string; }, import("tailwind-variants").TVReturnType<{ tabStyle: { full: { active: string; inactive: string; }; pill: { active: string; inactive: string; }; underline: { base: string; active: string; inactive: string; }; none: { active: string; inactive: string; }; }; hasDivider: { true: {}; }; }, { base: string; content: string; divider: string; active: string; inactive: string; }, undefined, unknown, unknown, undefined>>; export declare const tabItem: import("tailwind-variants").TVReturnType<{ open: { true: { button: string; }; }; disabled: { true: { button: string; }; }; }, { base: string; button: string; }, undefined, { open: { true: { button: string; }; }; disabled: { true: { button: string; }; }; }, { base: string; button: string; }, import("tailwind-variants").TVReturnType<{ open: { true: { button: string; }; }; disabled: { true: { button: string; }; }; }, { base: string; button: string; }, undefined, unknown, unknown, undefined>>;