UNPKG

rsuite

Version:

A suite of react components

5 lines (4 loc) 280 B
import { WithAsProps } from '../../internals/types'; export type GridHeaderRowProps = WithAsProps; declare const GridHeaderRow: import("../../internals/types").InternalRefForwardingComponent<"div", GridHeaderRowProps, never> & Record<string, never>; export default GridHeaderRow;