@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
11 lines • 476 B
TypeScript
import * as React from 'react';
export interface AboutModalBoxBrandProps extends React.HTMLProps<HTMLDivElement> {
/** additional classes added to the About Modal Brand */
className?: string;
/** the URL of the image for the Brand. */
src?: string;
/** the alternate text of the Brand image. */
alt: string;
}
export declare const AboutModalBoxBrand: React.FunctionComponent<AboutModalBoxBrandProps>;
//# sourceMappingURL=AboutModalBoxBrand.d.ts.map