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
/
spin.d.ts
11 lines
(8 loc)
•
244 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import { YUIComponent }
from
'./component'
;
/** Spin Component */
export
declare
class
YSpin
extends
YUIComponent
{
/** loading tip */
tip:
string
;
/** Determine the Spin direction */
direction:
'vertical'
|
'horizontal'
; }