- Preparing search index...
 
- The search index is not available
 
@healthhero 
 
- PanelBodyText(props: { 
    bold?: boolean; 
    bullet?: "default" | "warning"; 
    contrastText?: boolean; 
} & {} & {}): ReactElement<WithOptionalTheme<{ 
    bold?: boolean; 
    bullet?: "default" | "warning"; 
    contrastText?: boolean; 
} & Partial<{}>, DefaultTheme>, string | JSXElementConstructor<any>> 
- 
Parameters
- 
props: { 
    bold?: boolean; 
    bullet?: "default" | "warning"; 
    contrastText?: boolean; 
} & {} & {}
 
 
Returns ReactElement<WithOptionalTheme<{ 
    bold?: boolean; 
    bullet?: "default" | "warning"; 
    contrastText?: boolean; 
} & Partial<{}>, DefaultTheme>, string | JSXElementConstructor<any>>
 
- PanelBodyText<AsC, FAsC>(props: StyledComponentPropsWithAs<AsC, DefaultTheme, PanelBodyTextProps, never, AsC, FAsC>): ReactElement<StyledComponentPropsWithAs<AsC, DefaultTheme, PanelBodyTextProps, never, AsC, FAsC>, 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>>