artistic-elements
Version:
artistic web components
16 lines • 438 B
TypeScript
import { LitElement } from 'lit';
export declare class ArtisticDoughnut extends LitElement {
static styles: import("lit").CSSResult;
diameter: number;
lineWidth: number;
color: string;
top: string;
left: string;
render(): import("lit-html").TemplateResult<1>;
}
declare global {
interface HTMLElementTagNameMap {
'artistic-doughnut': ArtisticDoughnut;
}
}
//# sourceMappingURL=doughnut.d.ts.map