UNPKG

lingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

7 lines (6 loc) 176 B
type SpinnerProps = { color?: string; size?: number; }; declare const Spinner: ({ color, size }: SpinnerProps) => import("preact").JSX.Element; export default Spinner;