UNPKG

siegel

Version:

Web application development ecosystem

7 lines (6 loc) 220 B
import type { MergedProps } from '../types'; declare function getRootProps(mergedProps: MergedProps): { className: string | undefined; ref: import("react").MutableRefObject<null>; }; export default getRootProps;