UNPKG

ldrs

Version:

Tiny HTML and SVG loaders as web components

35 lines 954 B
import Base from '../lib/LdrsBaseElement.js'; declare global { namespace JSX { interface IntrinsicElements { 'l-infinity': { size?: string | number; color?: string | number; speed?: string | number; stroke?: string | number; 'stroke-length'?: string | number; 'bg-opacity'?: string | number; }; } } } declare class Infinity extends Base { _attributes: string[]; size: string; color: string; speed: string; stroke: string; 'stroke-length': string; 'bg-opacity': string; d: string; static get observedAttributes(): string[]; constructor(); connectedCallback(): void; attributeChangedCallback(): void; } declare const _default: { register: (name?: string) => void; element: typeof Infinity; }; export default _default; //# sourceMappingURL=infinity.d.ts.map