@royyanbach-mhg-test/material-tailwind-react
Version:
@material-tailwind/react is an easy-to-use components library for ReactJS & Tailwind CSS inspired by Material Design.
69 lines • 1.46 kB
TypeScript
declare const textareaStatic: {
base: {
textarea: {
borderWidth: string;
borderColor: string;
};
label: object;
};
sizes: {
md: {
container: {
height: string;
};
textarea: {
fontSize: string;
pt: string;
pb: string;
mt: string;
};
label: {
lineHeight: string;
};
};
lg: {
container: {
height: string;
};
textarea: {
fontSize: string;
px: string;
pt: string;
pb: string;
};
label: {
lineHeight: string;
};
};
};
colors: {
textarea: object;
label: object;
};
error: {
textarea: {
borderColor: string;
borderColorFocused: string;
};
label: {
color: string;
after: string;
};
};
success: {
textarea: {
borderColor: string;
borderColorFocused: string;
};
label: {
color: string;
after: string;
};
};
shrink: {
textarea: {};
label: {};
};
};
export default textareaStatic;
//# sourceMappingURL=index.d.ts.map