// components
export { Spinner } from './Spinner';

// types
export type { SpinnerProps } from './types';