UNPKG

@loadsmart/miranda-wc

Version:

Miranda Web Components component library

11 lines (10 loc) 267 B
import { Button } from '../button'; export declare class DialogActionSecondary extends Button { constructor(); static define(): void; } declare global { interface HTMLElementTagNameMap { 'm-dialog-action-secondary': DialogActionSecondary; } }