UNPKG

@ng-doc/ui-kit

Version:

<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>

12 lines (9 loc) 507 B
import { NgDocColor, NgDocSize } from '@ng-doc/ui-kit/types'; import * as i0 from '@angular/core'; declare class NgDocDotComponent { color?: NgDocColor; size?: NgDocSize; static ɵfac: i0.ɵɵFactoryDeclaration<NgDocDotComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NgDocDotComponent, "ng-doc-dot", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>; } export { NgDocDotComponent };