UNPKG

@coreui/angular

Version:

CoreUI Components Library for Angular

13 lines (12 loc) 505 B
import { Rounded } from './rounded.type'; import * as i0 from "@angular/core"; export declare class RoundedDirective { /** * Set border radius variant and radius size * @type Rounded */ rounded: Rounded; get hostClasses(): any; static ɵfac: i0.ɵɵFactoryDeclaration<RoundedDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<RoundedDirective, "[cRounded]", never, { "rounded": { "alias": "cRounded"; "required": false; }; }, {}, never, never, true, never>; }