UNPKG

@mtec-solutions-org/design-system

Version:

A React Native Web design system library with theme and components

7 lines 243 B
export interface SpinnerProps { size?: number; color?: string; width?: number; } export default function Spinner({ size, color, width, }: SpinnerProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Spinner.d.ts.map