@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
9 lines • 444 B
TypeScript
import * as React from 'react';
export interface ApplicationLauncherIconProps extends React.HTMLProps<HTMLSpanElement> {
/** content rendered inside the icon container */
children: React.ReactNode;
/** Additional classes added to the icon container */
className?: string;
}
export declare const ApplicationLauncherIcon: React.FunctionComponent<ApplicationLauncherIconProps>;
//# sourceMappingURL=ApplicationLauncherIcon.d.ts.map