UNPKG

react-native-trays

Version:

Production-grade, Family inspired, React Native Tray System library

9 lines 376 B
import type { TrayContextValue } from './types'; /** * TrayContext * * Internal React context for tray stack management, providing access to tray stack manipulation functions. * Should only be accessed via the TrayProvider and useTrays hook. */ export declare const TrayContext: import("react").Context<TrayContextValue | undefined>; //# sourceMappingURL=context.d.ts.map