Try to fix typings again

This commit is contained in:
Igor 2020-06-08 00:49:07 +03:00
parent 9523755dd7
commit e2864c8471

View File

@ -1,6 +1,6 @@
import { useArgTypes } from '@storybook/api';
export function getTitle(): () => string {
export function getTitle(): string {
const rows = useArgTypes();
const controlsCount = Object.values(rows).filter((argType) => argType?.control?.type).length;