UNPKG

@loadsmart/miranda-wc

Version:

Miranda Web Components component library

13 lines (12 loc) 296 B
import { Button } from '../button'; export declare class DialogActionPrimary extends Button { #private; private context; static define(): void; constructor(); } declare global { interface HTMLElementTagNameMap { 'm-dialog-action-primary': DialogActionPrimary; } }