@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 ApplicationLauncherTextProps extends React.HTMLProps<HTMLSpanElement> {
/** content rendered inside the text container */
children: React.ReactNode;
/** Additional classes added to the text container */
className?: string;
}
export declare const ApplicationLauncherText: React.FunctionComponent<ApplicationLauncherTextProps>;
//# sourceMappingURL=ApplicationLauncherText.d.ts.map