mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
refactor(cli): migrate Mithril generator to TS
This commit is contained in:
parent
a124364968
commit
493ab0f399
@ -6,8 +6,10 @@ import {
|
||||
installDependencies,
|
||||
copyTemplate,
|
||||
} from '../../helpers';
|
||||
import { NpmOptions } from '../../NpmOptions';
|
||||
import { GeneratorOptions } from '../../GeneratorOptions';
|
||||
|
||||
export default async (npmOptions, { storyFormat }) => {
|
||||
export default async (npmOptions: NpmOptions, { storyFormat }: GeneratorOptions) => {
|
||||
const [
|
||||
storybookVersion,
|
||||
actionsVersion,
|
Loading…
x
Reference in New Issue
Block a user