UNPKG

rsuite

Version:

A suite of react components

9 lines (8 loc) 397 B
import { ComponentProps } from '../internals/utils'; export type HeaderProps = ComponentProps; /** * The `<Header>` component is used to specify the header of the page. * @see https://rsuitejs.com/components/container/ */ declare const Header: import("../internals/types").InternalRefForwardingComponent<"header", Partial<ComponentProps>, never> & Record<string, never>; export default Header;