@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
7 lines • 318 B
TypeScript
import * as React from 'react';
export interface ApplicationLauncherContentProps {
/** Main content to be rendered */
children: React.ReactNode;
}
export declare const ApplicationLauncherContent: React.FunctionComponent<ApplicationLauncherContentProps>;
//# sourceMappingURL=ApplicationLauncherContent.d.ts.map