@cimpress/react-components
Version:
React components to support the MCP styleguide
12 lines • 340 B
TypeScript
export default components;
declare const components: ({
component: () => import("react").JSX.Element;
displayName: string;
route: string;
} | {
component: typeof CurrencySelectorDemo;
displayName: string;
route: string;
})[];
import CurrencySelectorDemo from './currencyselector';
//# sourceMappingURL=pages.d.ts.map