UNPKG

@ng-ui-libraries/forms

Version:

14 lines (13 loc) 271 B
export declare class RadioDemoComponent { model: { name: string; required: boolean; horizontal: boolean; value: string; options: { label: string; value: string; }[]; }; markup: string; }