UNPKG
gg-y-ui
Version:
latest (0.1.0)
0.1.0
An enterprise-class UI design language and Vue-based implementation for web
gg-y-ui
/
typings
/
timeline.d.ts
12 lines
(10 loc)
•
252 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import { YUIComponent } from
'./component'
;
/** Timeline Component */
export declare
class
YTimeline
extends
YUIComponent
{ /** * determine whether the item is
reverse
*
@default
false *
@type
boolean */
reverse
: boolean; }