UNPKG

444 BTypeScriptView Raw
1import * as React from 'react';
2export interface ApplicationLauncherTextProps extends React.HTMLProps<HTMLSpanElement> {
3 /** content rendered inside the text container */
4 children: React.ReactNode;
5 /** Additional classes added to the text container */
6 className?: string;
7}
8export declare const ApplicationLauncherText: React.FunctionComponent<ApplicationLauncherTextProps>;
9//# sourceMappingURL=ApplicationLauncherText.d.ts.map
\No newline at end of file