UNPKG
@stories-js/cli
Version:
latest (0.2.0)
0.2.0
Stories CLI to manage list of stories in UI
@stories-js/cli
/
dist
/
src
/
command.d.ts
8 lines
(7 loc)
•
143 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
const
options
: { dryRun:
boolean
; quiet:
boolean
;
from
:
string
; output:
string
; search:
string
[]; };