UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

4 lines (3 loc) 148 B
import type { SpinProps } from '../../spin'; declare const useSpinProps: (loading?: boolean | SpinProps) => SpinProps; export default useSpinProps;