UNPKG

mistui-kit

Version:

**👉 [Try MistUi Live](https://gilded-tanuki-0eb52b.netlify.app/) — interactive playground & docs**

4 lines (3 loc) • 194 B
import type { SpinerProps } from './types'; declare const Spiner: import("react").ForwardRefExoticComponent<SpinerProps & import("react").RefAttributes<HTMLSpanElement>>; export default Spiner;