blob: fb90ab89c238664b81cb9f6e66dc193e07e6ecc4 [file] [log] [blame]
import { SourceFile } from "typescript";
import { ComponentDeclaration, ComponentDefinition } from "web-component-analyzer";
export declare function getDeclarationsInFile(definition: ComponentDefinition, sourceFile: SourceFile): ComponentDeclaration[];
//# sourceMappingURL=component-util.d.ts.map