export type NgPropertyKind = 'Input' | 'Output' | 'ContentChild' | 'ContentChildren'; export type NgDocItemType = 'component' | 'directive' | 'service' | 'pipe' | 'interface' | 'class'; //# sourceMappingURL=enums.d.ts.map