You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
? "import { React, FunctionComponent, FelaWithStylesProps, useFelaEnhanced } from '../../dependencies';"
23
-
: "import React, { FunctionComponent } from 'react';\nimport { FelaWithStylesProps } from 'react-fela';\nimport { useFelaEnhanced } from 'hooks';"
23
+
: "import React, { FunctionComponent } from 'react';\nimport type { FelaWithStylesProps } from 'react-fela';\nimport { useFelaEnhanced } from 'hooks';"
24
24
}
25
25
26
26
import * as rules from './${name}.styles';
27
27
28
-
export interface ${name}OwnProps = {}
28
+
export interface ${name}OwnProps {}
29
29
30
-
type ${name}Props = ${name}OwnProps & FelaWithStylesProps<${name}OwnProps, {}>
30
+
type ${name}Props = ${name}OwnProps & FelaWithStylesProps<${name}OwnProps, {}>;
0 commit comments