UNPKG
@saiforceone/dirt-cli
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.1
0.2.0
0.0.3
0.0.2
0.0.1
Official CLI Utility for the D.I.R.T stack
github.com/saiforceone/dirt-cli
saiforceone/dirt-cli
@saiforceone/dirt-cli
/
templates
/
react-storybook-templates
/
.storybook
/
preview.ts
17 lines
(14 loc)
•
321 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import
type
{
Preview
}
from
'@storybook/react'
;
import
'../static/dist/css/app.css'
;
const
preview
:
Preview
= {
parameters
: {
actions
: {
argTypesRegex
:
'^on[A-Z].*'
},
controls
: {
matchers
: {
color
:
/(background|color)$/i
,
date
:
/Date$/
, }, }, }, };
export
default
preview;