UNPKG

piral-core

Version:

The core library for creating a Piral instance.

4 lines (3 loc) 151 B
import * as React from 'react'; import type { RouteSwitchProps } from '../types'; export declare const DefaultRouteSwitch: React.FC<RouteSwitchProps>;