All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.includes.form-button-widget.LabelledCheckboxOrRadio.d.ts Maven / Gradle / Ivy

The newest version!
import { LitElement, TemplateResult } from 'lit';
type Constructor = new (...args: any[]) => T;
export declare class LabelledCheckboxOrRadioInterface {
    label: string;
    protected _handleSlotChange(): void;
    protected _renderLabelAttribute(): TemplateResult;
}
export declare const LabelledCheckboxOrRadioMixin: >(superClass: T) => Constructor & T;
export {};
//# sourceMappingURL=LabelledCheckboxOrRadio.d.ts.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy