UNPKG

gg-y-ui

Version:

An enterprise-class UI design language and Vue-based implementation for web

11 lines (8 loc) 244 B
import { YUIComponent } from './component'; /** Spin Component */ export declare class YSpin extends YUIComponent { /** loading tip */ tip: string; /** Determine the Spin direction */ direction: 'vertical' | 'horizontal'; }