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