Repository URL to install this package:
|
Version:
2.7.11 ▾
|
import React from 'react';
import { MyProfileProps } from './typings';
declare class MyProfile extends React.PureComponent<MyProfileProps> {
static defaultProps: {
className: string;
headingLabel: string;
};
render(): JSX.Element;
}
export { MyProfile };
export default MyProfile;