UNPKG

react-native-trays

Version:

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

10 lines (9 loc) 243 B
"use strict"; /** * index.tsx * * Entry point for the tray provider module. Re-exports public API for consumers. */ export { TrayProvider } from "./TrayProvider.js"; export { useTrays } from "./hooks.js"; //# sourceMappingURL=index.js.map