UNPKG

wix-storybook-utils

Version:

Utilities for automated component documentation within Storybook

11 lines (8 loc) 221 B
import { Metadata } from '../typings/metadata'; import { Prop } from '../typings/prop'; export interface AutoDocsProps { metadata: Metadata; } export interface PropertiesTableProps { props: { [s: string]: Prop }; }