UNPKG

211 BTypeScriptView Raw
1import { ComponentDoc } from './parser';
2/**
3 * This method exists for backward compatibility only.
4 * Use *parse* method from *parser* file.
5 */
6export declare function parse(fileName: string): ComponentDoc[];