UNPKG
@mt-kit/vue-directives
Version:
latest (1.0.0)
1.0.0
Directives
github.com/Not-have/micro-tools/tree/main
Not-have/micro-tools
@mt-kit/vue-directives
/
.storybook
/
preview.ts
17 lines
(14 loc)
•
236 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/vue3"
;
const
preview
:
Preview
= {
parameters
: {
controls
: {
matchers
: {
color
:
/(background|color)$/i
,
date
:
/Date$/i
} } } };
export
default
preview;