UNPKG

525 BTypeScriptView Raw
1import { TemplateResult } from '@mantou/gem/lib/element';
2import { DuoyunScrollBaseElement } from './base/scroll';
3import './use';
4declare type Item = {
5 title: string;
6 description: string | TemplateResult;
7 icon?: string | DocumentFragment | Element;
8 color?: string;
9};
10/**
11 * @customElement dy-timeline
12 */
13export declare class DuoyunTimelineElement extends DuoyunScrollBaseElement {
14 events?: Item[];
15 constructor();
16 render: () => TemplateResult;
17}
18export {};
19//# sourceMappingURL=timeline.d.ts.map
\No newline at end of file