@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
13 lines (12 loc) • 371 B
TypeScript
export type InputInnerTextareaProps = {
value?: string;
placeholder?: string;
rows?: number;
};
export declare const InputInnerTextarea: {
(props: InputInnerTextareaProps & React.HTMLAttributes<HTMLTextAreaElement>): import("react/jsx-runtime").JSX.Element;
states: any[];
options: {};
className: string;
};
export default InputInnerTextarea;