@sample-stack/counter-module-browser
Version:
Sample core for higher packages to depend on
27 lines • 869 B
TypeScript
import { IMenuPosition } from '@common-stack/client-react';
import { CONNECTED_REACT_ROUTER_ROUTES_TYPES } from './constants';
export declare const counterPageStore: ({
exact: boolean;
icon: string;
name: string;
component: () => Promise<typeof import("./components/Hello")>;
position: IMenuPosition;
key: CONNECTED_REACT_ROUTER_ROUTES_TYPES;
path: CONNECTED_REACT_ROUTER_ROUTES_TYPES;
} | {
exact: boolean;
icon: string;
name: string;
component: () => Promise<typeof import("./components/Counter")>;
position: IMenuPosition;
key: CONNECTED_REACT_ROUTER_ROUTES_TYPES;
path: CONNECTED_REACT_ROUTER_ROUTES_TYPES;
})[];
declare const filteredRoutes: {
[x: number]: any;
}[];
declare const filteredMenus: {
[x: number]: any;
}[];
export { filteredRoutes, filteredMenus };
//# sourceMappingURL=compute.d.ts.map