package.dist.includes.form-button-widget.LabelledCheckboxOrRadio.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elements Show documentation
Show all versions of elements Show documentation
Webcomponents for creating Visual Studio Code extensions
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