@accelint/design-toolkit
Version:
An open-source component library to serve as part of the entire ecosystem of UX for Accelint.
72 lines (69 loc) • 1.4 kB
TypeScript
import * as tailwind_variants from 'tailwind-variants';
declare const MenuStylesDefaults: {
readonly variant: "cozy";
};
declare const MenuStyles: tailwind_variants.TVReturnType<{
variant: {
cozy: {
item: string;
};
compact: {
item: string;
};
};
}, {
menu: string;
item: string[];
icon: string;
label: string;
description: string[];
more: string;
section: string;
header: string;
separator: string;
hotkey: string[];
popover: string;
}, undefined, {
variant: {
cozy: {
item: string;
};
compact: {
item: string;
};
};
}, {
menu: string;
item: string[];
icon: string;
label: string;
description: string[];
more: string;
section: string;
header: string;
separator: string;
hotkey: string[];
popover: string;
}, tailwind_variants.TVReturnType<{
variant: {
cozy: {
item: string;
};
compact: {
item: string;
};
};
}, {
menu: string;
item: string[];
icon: string;
label: string;
description: string[];
more: string;
section: string;
header: string;
separator: string;
hotkey: string[];
popover: string;
}, undefined, unknown, unknown>>;
export { MenuStyles, MenuStylesDefaults };