1 | import * as React from 'react';
|
2 | import type { SceneRendererProps } from './types';
|
3 | type SceneProps = {
|
4 | route: any;
|
5 | } & Omit<SceneRendererProps, 'layout'>;
|
6 | export declare function SceneMap<T>(scenes: {
|
7 | [key: string]: React.ComponentType<T>;
|
8 | }): ({ route, jumpTo, position }: SceneProps) => import("react/jsx-runtime").JSX.Element;
|
9 | export {};
|
10 | //# sourceMappingURL=SceneMap.d.ts.map |
\ | No newline at end of file |