UNPKG

476 BTypeScriptView Raw
1import * as React from 'react';
2export interface AboutModalBoxBrandProps extends React.HTMLProps<HTMLDivElement> {
3 /** additional classes added to the About Modal Brand */
4 className?: string;
5 /** the URL of the image for the Brand. */
6 src?: string;
7 /** the alternate text of the Brand image. */
8 alt: string;
9}
10export declare const AboutModalBoxBrand: React.FunctionComponent<AboutModalBoxBrandProps>;
11//# sourceMappingURL=AboutModalBoxBrand.d.ts.map
\No newline at end of file