gather-content-ui
Version:
GatherContent UI Library
19 lines • 765 B
TypeScript
export declare function ExpandingTextArea({ placeholder, handleOnChange, handleOnBlur, onRowCountChange, value, focusOnMount, setValue, className, minRows, maxRows, hasError, errorMessage, handleOnFocus, ...rest }: any): import("react/jsx-runtime").JSX.Element;
export declare namespace ExpandingTextArea {
var defaultProps: {
handleOnChange: () => void;
handleOnFocus: () => void;
handleOnBlur: () => void;
onRowCountChange: () => void;
value: string;
focusOnMount: boolean;
setValue: boolean;
className: string;
minRows: number;
maxRows: null;
hasError: boolean;
errorMessage: string;
};
}
export default ExpandingTextArea;
//# sourceMappingURL=index.d.ts.map