artistic-elements
Version:
artistic web components
14 lines • 397 B
TypeScript
import { LitElement } from 'lit';
export declare class ArtisticCircular extends LitElement {
static styles: import("lit").CSSResult;
width: string;
height: string;
color: string;
render(): import("lit-html").TemplateResult<1>;
}
declare global {
interface HTMLElementTagNameMap {
'artistic-circular': ArtisticCircular;
}
}
//# sourceMappingURL=circular.d.ts.map