@loadsmart/miranda-wc
Version:
Miranda Web Components component library
13 lines (12 loc) • 323 B
TypeScript
import { Group } from '../layout/group';
export declare class DrawerActions extends Group {
static styles: import("lit").CSSResult[];
static define(): void;
constructor();
connectedCallback(): void;
}
declare global {
interface HTMLElementTagNameMap {
'm-drawer-actions': DrawerActions;
}
}