UNPKG

@gluestack-ui/core

Version:

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

8 lines 294 B
import type { InputContext } from './types'; export declare const InputProvider: { (props: InputContext & { children: React.ReactNode; }): React.JSX.Element; displayName: string; }, useInput: (consumerName: string) => InputContext; //# sourceMappingURL=InputContext.d.ts.map