UNPKG

378 BTypeScriptView Raw
1import { ComponentDoc, FileParser, getDefaultExportForFile, parse, Parser, ParserOptions, PropItem, PropItemType, Props, withCompilerOptions, withCustomConfig, withDefaultConfig } from './parser';
2export { parse, getDefaultExportForFile, withCompilerOptions, withDefaultConfig, withCustomConfig, ComponentDoc, FileParser, Parser, ParserOptions, Props, PropItem, PropItemType };