UNPKG

@vidal-community/vidal-web-components

Version:

Vidal Web Components

15 lines 601 B
import { LitElement } from 'lit'; import './timeline-grouping-selector'; import { ClassifiedBy } from './vidal-history-ttt'; export declare class VidalHistoryOrderAndGroup extends LitElement { static styles: import("lit").CSSResult; switchHandler: (classification: ClassifiedBy) => void; render(): import("lit-html").TemplateResult<1>; switchClassification(groupingValue: ClassifiedBy): void; } declare global { interface HTMLElementTagNameMap { 'vidal-history-order-and-group': VidalHistoryOrderAndGroup; } } //# sourceMappingURL=vidal-history-order-and-group.d.ts.map