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