UNPKG

@bigbinary/neetoui

Version:

neetoUI drives the experience at all neeto products

10 lines (7 loc) 174 B
import React from "react"; export type SpinnerProps = { theme?: "dark" | "light"; className?: string; }; const Spinner: React.FC<SpinnerProps>; export default Spinner;