UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 267 B
import type { SFCWithInstall } from '../_util/interface'; import Spin from './spin'; type SpinType = SFCWithInstall<typeof Spin>; export { spinProps } from './spin'; export type { SpinProps } from './spin'; export declare const FSpin: SpinType; export default FSpin;