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