UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

8 lines 320 B
import { Protected } from '../views/Protected'; import { withLayoutContext } from './withLayoutContext'; type NativeTabsType = ReturnType<typeof withLayoutContext> & { Protected: typeof Protected; }; export declare const NativeTabs: NativeTabsType; export default NativeTabs; //# sourceMappingURL=NativeTabs.d.ts.map