• NOTE: Exotic components are not callable.

    Parameters

    • props: LinearProgressProps & {
          text: string;
          textposition: {
              lg: string;
              md: string;
              sm: string;
              xl: string;
              xs: string;
              xxl: string;
              xxxl: string;
          };
          value: number;
      }

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

Generated using TypeDoc