@universal-material/web
Version:
Material web components
11 lines • 376 B
TypeScript
import { UmSwitch } from './switch.js';
declare const UmSwitchListItem_base: import("../shared/mixin.js").MixinReturn<typeof UmSwitch>;
export declare class UmSwitchListItem extends UmSwitchListItem_base {
}
declare global {
interface HTMLElementTagNameMap {
'u-switch-list-item': UmSwitchListItem;
}
}
export {};
//# sourceMappingURL=switch-list-item.d.ts.map