@uploadcare/blocks
Version:
Building blocks for Uploadcare products integration
16 lines • 411 B
TypeScript
export class Range extends BaseComponent<any> {
constructor();
init$: {
cssLeft: string;
barActive: boolean;
value: number;
onChange: (e: any) => void;
};
/** @type {HTMLInputElement} */
_range: HTMLInputElement;
}
export namespace Range {
const template: string;
}
import { BaseComponent } from "@symbiotejs/symbiote";
//# sourceMappingURL=Range.d.ts.map