UNPKG

razor-shared-library

Version:
6 lines (5 loc) 185 B
interface Props { color?: 'inherit' | 'primary' | 'secondary'; } export declare function LinearProgressCustom({ color }: Props): import("react/jsx-runtime").JSX.Element; export {};