UNPKG

react-native-trays

Version:

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

9 lines 361 B
/** * index.tsx * * Entry point for the tray provider module. Re-exports public API for consumers. */ export { TrayProvider, type TrayProviderProps } from './TrayProvider'; export { useTrays } from './hooks'; export { type TrayRegistry, type TrayStackConfig, type TrayContextValue, type TrayContextType, } from './types'; //# sourceMappingURL=index.d.ts.map