@loadsmart/miranda-wc
Version:
Miranda Web Components component library
6 lines (5 loc) • 317 B
TypeScript
import { Component } from '../../components/component';
declare const SelectionControl_base: import("../../utils/types").Constructor<import("./selection-control.mixin").WithSelectionControlMixinInterface> & typeof Component;
export declare abstract class SelectionControl extends SelectionControl_base {
}
export {};