UNPKG
story-wc-generator
Version:
latest (1.0.0)
1.0.0
Storybook with StencilJS story template and args generator
github.com/jf-gm-dev/story-wc-generator
story-wc-generator
/
build
/
index.d.ts
8 lines
(7 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
IformatterObj
}
from
"./interfaces"
;
declare
const
storyGenerator
:
(
componentTag
:
string
,
params
:
IformatterObj
) =>
{
args
: {};
argTypes
: {};
Template
:
(
args
:
any
) =>
string
; };
export
default
storyGenerator;