UNPKG

@storybook/addon-svelte-csf

Version:
8 lines (7 loc) 284 B
import { type ESTreeAST } from '../../../parser/ast.js'; interface Params { storiesFunctionDeclaration: ESTreeAST.FunctionDeclaration; filename?: string; } export declare function createVariableFromRuntimeStoriesCall(params: Params): ESTreeAST.VariableDeclaration; export {};