UNPKG

ldrs

Version:

Tiny HTML and SVG loaders as web components

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