UNPKG

@gluestack-ui/core

Version:

Universal UI components for React Native, Expo, and Next.js

10 lines 468 B
import type { ITextareaComponentType } from './types'; export declare function createTextArea<Root, Input>({ Root, Input, }: { Root: React.ComponentType<Root>; Input: React.ComponentType<Input>; }): ITextareaComponentType<Root, Input>; export declare function createTextarea<Root, Input>({ Root, Input, }: { Root: React.ComponentType<Root>; Input: React.ComponentType<Input>; }): ITextareaComponentType<Root, Input>; //# sourceMappingURL=index.d.ts.map