UNPKG

@gsretail.com/gui-core

Version:

A skeleton to create your own React component library using Rollup, TypeScript, Sass and Storybook

8 lines (7 loc) 178 B
declare function route(pageId: string, queryString?: { [key: string]: string; }): void; declare const _default: { route: typeof route; }; export default _default;