• NOTE: Exotic components are not callable.

    Parameters

    • props: Omit<LinearProgressProps, "value" | "variant"> & {
          progress: number;
      }

    Returns null | ReactElement<any, string | JSXElementConstructor<any>>

Properties

$$typeof: symbol
displayName?: string
type: ((__namedParameters: Omit<LinearProgressProps, "value" | "variant"> & {
    progress: number;
}) => Element)