mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-21 05:02:39 +08:00
refactor(cli): migrate Riot generator to TS
This commit is contained in:
parent
97bb8fddce
commit
7a75fd3b66
@ -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