• Parameters

    • props: {
          bold?: boolean;
          bullet?: "default" | "warning";
          contrastText?: boolean;
      } & {} & {}

    Returns ReactElement<WithOptionalTheme<{
        bold?: boolean;
        bullet?: "default" | "warning";
        contrastText?: boolean;
    } & Partial<{}>, DefaultTheme>, string | JSXElementConstructor<any>>

  • Type Parameters

    • AsC extends string | ComponentType<any> = "div"

    • FAsC extends string | ComponentType<any> = AsC

    Parameters

    • props: StyledComponentPropsWithAs<AsC, DefaultTheme, PanelBodyTextProps, never, AsC, FAsC>

    Returns ReactElement<StyledComponentPropsWithAs<AsC, DefaultTheme, PanelBodyTextProps, never, AsC, FAsC>, string | JSXElementConstructor<any>>