@accelint/design-toolkit
Version:
An open-source component library to serve as part of the entire ecosystem of UX for Accelint.
66 lines (63 loc) • 1.33 kB
TypeScript
import * as tailwind_variants from 'tailwind-variants';
declare const DetailsListStylesDefaults: {
readonly align: "justify";
};
declare const DetailsListStyles: tailwind_variants.TVReturnType<{
align: {
left: {
label: string;
value: string;
};
center: {
label: string;
value: string;
};
justify: {
label: string;
value: string;
};
};
}, {
list: string;
label: string;
value: string;
}, undefined, {
align: {
left: {
label: string;
value: string;
};
center: {
label: string;
value: string;
};
justify: {
label: string;
value: string;
};
};
}, {
list: string;
label: string;
value: string;
}, tailwind_variants.TVReturnType<{
align: {
left: {
label: string;
value: string;
};
center: {
label: string;
value: string;
};
justify: {
label: string;
value: string;
};
};
}, {
list: string;
label: string;
value: string;
}, undefined, unknown, unknown>>;
export { DetailsListStyles, DetailsListStylesDefaults };