UNPKG

mediasfu-angular

Version:

mediasfu-angular - Angular 17/18/19 WebRTC SDK for video conferencing, webinars, broadcasts, live streaming, chat, recording, whiteboard, and AI agents. Prebuilt rooms and fully custom UIs.

11 lines (10 loc) 709 B
import * as i0 from "@angular/core"; export declare class ModernButtonComponent { type: 'button' | 'submit' | 'reset'; variant: 'primary' | 'secondary' | 'ghost'; size: 'md' | 'lg'; block: boolean; disabled: boolean; static ɵfac: i0.ɵɵFactoryDeclaration<ModernButtonComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ModernButtonComponent, "app-modern-button", never, { "type": { "alias": "type"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "size": { "alias": "size"; "required": false; }; "block": { "alias": "block"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], true, never>; }