UNPKG

@gluestack-ui/utils

Version:

Utility functions and hooks for gluestack-ui

9 lines 368 B
import React from 'react'; declare function createContext<ContextValueType extends object>(rootComponentName: string): readonly [{ (props: ContextValueType & { children: React.ReactNode; }): React.JSX.Element; displayName: string; }, (consumerName: string) => ContextValueType]; export { createContext }; //# sourceMappingURL=createContext.d.ts.map