Repository URL to install this package:
Version:
0.2.0-dev.38 ▾
|
/// <reference types="react" />
import { HeaderProps, HeaderTypographyProps } from './Header.types';
export declare const HeaderTypography: ({ text, extra, typographyProps }: HeaderTypographyProps) => JSX.Element;
declare const Header: {
({ title, titleExtra, titleTypographyProps, subtitle, subtitleExtra, subtitleTypographyProps, meta, avatar, actions, wrapperProps, innerWrapperProps, }: HeaderProps): JSX.Element;
Typography: ({ text, extra, typographyProps }: HeaderTypographyProps) => JSX.Element;
};
export default Header;