@universal-material/web
Version:
Material web components
11 lines • 394 B
TypeScript
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