@vidal-community/vidal-web-components
Version:
Vidal Web Components
20 lines • 578 B
TypeScript
import { LitElement } from 'lit';
export declare class TimelineScaleSelector extends LitElement {
static styles: import("lit").CSSResult;
selectedZoom?: string;
valueChangeEvent?: (updatedValue: {
zoom: string;
scale: {
label: string;
step: number;
};
}) => void;
private onChange;
render(): import("lit-html").TemplateResult<1>;
}
declare global {
interface HTMLElementTagNameMap {
'timeline-scale-selector': TimelineScaleSelector;
}
}
//# sourceMappingURL=timeline-scale-selector.d.ts.map