UNPKG

@universal-material/web

Version:
11 lines 394 B
import { UmCheckbox } from './checkbox.js'; declare const UmCheckboxListItem_base: import("../shared/mixin.js").MixinReturn<typeof UmCheckbox>; export declare class UmCheckboxListItem extends UmCheckboxListItem_base { } declare global { interface HTMLElementTagNameMap { 'u-checkbox-list-item': UmCheckboxListItem; } } export {}; //# sourceMappingURL=checkbox-list-item.d.ts.map