UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

30 lines 785 B
import Base from '../lib/LdrsBaseElement.js'; declare global { namespace JSX { interface IntrinsicElements { 'l-waveform': { size?: number | string; color?: number | string; speed?: number | string; stroke?: number | string; }; } } } declare class Waveform 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 Waveform; }; export default _default; //# sourceMappingURL=waveform.d.ts.map