UNPKG

razor-shared-library

Version:
7 lines (6 loc) 213 B
interface Props { size?: number; color?: 'inherit' | 'primary' | 'secondary'; } export declare function CircularProgressCustom({ size, color, }: Props): import("react/jsx-runtime").JSX.Element; export {};