UNPKG

@universal-material/web

Version:
4 lines 294 B
import { MixinBase, MixinReturn } from '../mixin.js'; import { UmSelectionControl } from './selection-control.js'; export declare const mixinSelectionControlListItem: <T extends MixinBase<UmSelectionControl>>(base: T) => MixinReturn<T>; //# sourceMappingURL=selection-control-list-item.d.ts.map