UNPKG
storybook-framework-cedar
Version:
latest (0.0.4)
0.0.4
Storybook for CedarJS
cedarjs/cedar
storybook-framework-cedar
/
dist
/
plugins
/
mock-router.d.ts
3 lines
•
135 B
TypeScript
View Raw
1
2
3
import
type
{
PluginOption
}
from
'vite'
;
export
declare
function
mockRouter
(
):
PluginOption
;
//# sourceMappingURL=mock-router.d.ts.map