- ImageWrapper(props): null | ReactElement<any, string | JSXElementConstructor<any>>
-
Parameters
-
props: {
alt?: string;
} & BoxOwnProps<Theme> & CommonProps & Omit<any, keyof CommonProps | "alt" | keyof BoxOwnProps<Theme>> & {
useStatement?: ((params?) => StatementHookReturn);
}
Returns null | ReactElement<any, string | JSXElementConstructor<any>>
NOTE: Exotic components are not callable.