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
/
interfaces.d.ts
12 lines
(11 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
interface
formatterProps {
value
:
any
;
description
:
string
;
control
?:
string
;
options
?:
string
[];
type
?:
string
; }
export
interface
IformatterObj
{ [
key
:
string
]: formatterProps; }
export
{};