5 lines
363 B
TypeScript
5 lines
363 B
TypeScript
export { ServerRouter } from '../rsc/router/client';
|
|
export { getComponentIds, getInputString, parseInputString, PARAM_KEY_SKIP, SHOULD_SKIP_ID, LOCATION_ID, type RouteProps, type ShouldSkip, } from '../rsc/router/common';
|
|
export { Children, Slot } from '../rsc/router/host';
|
|
export { decodeActionId } from '../rsc/router/utils';
|
|
//# sourceMappingURL=rsc.d.ts.map
|