UNPKG

318 BTypeScriptView Raw
1import * as React from 'react';
2export interface ApplicationLauncherContentProps {
3 /** Main content to be rendered */
4 children: React.ReactNode;
5}
6export declare const ApplicationLauncherContent: React.FunctionComponent<ApplicationLauncherContentProps>;
7//# sourceMappingURL=ApplicationLauncherContent.d.ts.map
\No newline at end of file