UNPKG

phx-react

Version:

PHX REACT

7 lines (6 loc) 208 B
import React from 'react'; export interface LoadingProps { color?: 'indigo' | 'gray'; className?: string; } export declare const PHXSpinner: ({ color, className }: LoadingProps) => React.JSX.Element;