UNPKG

@carton-org/react-neumorphism

Version:

A React component library implementing the neumorphism design style

19 lines 881 B
import { Sizes } from '../../constants'; type StyledTextAreaProps = { $textAreaSize: Sizes; $enableDynamicHeight: boolean; $textAreaStyle?: React.CSSProperties; }; export declare const StyledLabel: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; } & { $textAreaSize: Sizes; $textAreaContainerStyle?: React.CSSProperties; }, import('react').DetailedHTMLProps<import('react').LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, {}>; export declare const StyledTextArea: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; } & StyledTextAreaProps, import('react').DetailedHTMLProps<import('react').TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, {}>; export {}; //# sourceMappingURL=textArea.styles.d.ts.map