export type DocsStoryPropsType = { id?: string; name?: string; parameters?: any; expanded?: boolean; withToolbar?: boolean; };