UNPKG

@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.

81 lines 1.79 kB
declare const textareaOutlined: { base: { textarea: { borderWidth: string; borderColor: string; floated: { borderWidth: string; borderColor: string; }; }; label: object; }; sizes: { md: { container: { height: string; }; textarea: { fontSize: string; px: string; py: string; borderRadius: string; }; label: { lineHeight: string; }; }; lg: { container: { height: string; }; textarea: { fontSize: string; px: string; py: string; borderRadius: string; }; label: { lineHeight: string; }; }; }; colors: { textarea: object; label: object; }; error: { textarea: { borderColor: string; borderColorFocused: string; }; label: { color: string; before: string; after: string; }; }; success: { textarea: { borderColor: string; borderColorFocused: string; }; label: { color: string; before: string; after: string; }; }; shrink: { textarea: { borderTop: string; }; label: { fontSize: string; lineHeight: string; borderColor: string; }; }; }; export default textareaOutlined; //# sourceMappingURL=index.d.ts.map