UNPKG

@boxyhq/react-ui

Version:

React UI components from BoxyHQ

8 lines (7 loc) 230 B
interface SpinnerProps { variant?: "small"; /** default var(--primary-color) */ color?: "currentColor"; } declare function Spinner(props: SpinnerProps): import("react/jsx-runtime").JSX.Element; export default Spinner;