sharyn
Version:
This is an umbrella package that includes the following packages:
14 lines (9 loc) • 325 B
TypeScript
// This file is auto-generated, modify the source in /build
import PrivateRoute from './privateroute'
import ServerOnlyRoute from './serveronlyroute'
export { PrivateRoute, ServerOnlyRoute }
declare const _default: {
PrivateRoute: typeof PrivateRoute
ServerOnlyRoute: typeof ServerOnlyRoute
}
export default _default