UNPKG

@loadsmart/miranda-wc

Version:

Miranda Web Components component library

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