@coreui/angular
Version:
CoreUI for Angular UI components library
13 lines (12 loc) • 478 B
TypeScript
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": "cRounded"; }, {}, never, never, false>;
}