@accelint/design-toolkit
Version:
An open-source component library to serve as part of the entire ecosystem of UX for Accelint.
60 lines (57 loc) • 1.22 kB
TypeScript
import * as tailwind_variants from 'tailwind-variants';
declare const DateFieldStylesDefaults: {
readonly shortMonth: true;
};
declare const DateFieldStyles: tailwind_variants.TVReturnType<{
shortMonth: {
true: {
segment: string[];
};
false: {
segment: string[];
};
};
}, {
field: string;
label: string;
control: string[];
input: string;
segment: string[];
description: string[];
error: string;
}, undefined, {
shortMonth: {
true: {
segment: string[];
};
false: {
segment: string[];
};
};
}, {
field: string;
label: string;
control: string[];
input: string;
segment: string[];
description: string[];
error: string;
}, tailwind_variants.TVReturnType<{
shortMonth: {
true: {
segment: string[];
};
false: {
segment: string[];
};
};
}, {
field: string;
label: string;
control: string[];
input: string;
segment: string[];
description: string[];
error: string;
}, undefined, unknown, unknown>>;
export { DateFieldStyles, DateFieldStylesDefaults };