UNPKG

hcmstorybook

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

9 lines (8 loc) 278 B
/// <reference types="react" /> export declare const TextAreaExtended: ({ field_state, default_value, placeholder, textwidth, textheight }: { field_state: any; default_value: any; placeholder: any; textwidth: any; textheight: any; }) => JSX.Element;