UNPKG

hotelier-lib

Version:

A skeleton to create your own React component library using Rollup, TypeScript, Sass and Storybook

5 lines (4 loc) 218 B
/// <reference types="react" /> export declare const textArea: { Textarea: import("react").ForwardRefExoticComponent<import("./textarea").TextareaProps & import("react").RefAttributes<HTMLTextAreaElement>>; };