@doku-dev/doku-fragment
Version:
A new Angular UI library that moving away from Bootstrap and built from scratch.
9 lines (8 loc) • 602 B
TypeScript
import { DokuRadioCustomAppearance } from '../../radio-custom-appearance.directive';
import { DokuRadioBuiltInAppearance } from '../../radio.interface';
import * as i0 from "@angular/core";
export declare class DokuRadioAppearanceCard implements DokuRadioBuiltInAppearance {
template?: DokuRadioCustomAppearance;
static ɵfac: i0.ɵɵFactoryDeclaration<DokuRadioAppearanceCard, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DokuRadioAppearanceCard, "doku-radio-appearance-card", ["dokuRadioAppearanceCard"], {}, {}, never, ["ng-container[title]", "ng-container[description]"], true>;
}