artistic-elements
Version:
artistic web components
18 lines • 484 B
TypeScript
import { LitElement } from 'lit';
export declare class ArtisticRectangle extends LitElement {
static styles: import("lit").CSSResult;
width: string;
height: string;
color: string;
top: string;
left: string;
align: string;
'border-radius': string;
render(): import("lit-html").TemplateResult<1>;
}
declare global {
interface HTMLElementTagNameMap {
'artistic-rectangle': ArtisticRectangle;
}
}
//# sourceMappingURL=rectangle.d.ts.map