UNPKG

@mantine/utils

Version:

[![npm](https://img.shields.io/npm/dm/@mantine/utils)](https://www.npmjs.com/package/@mantine/utils)

5 lines 288 B
/// <reference types="react" /> export type ForwardRefWithStaticComponents<Props extends Record<string, any>, Static extends Record<string, any>> = ((props: Props) => React.ReactElement) & Static & { displayName: string; }; //# sourceMappingURL=ForwardRefWithStaticComponents.d.ts.map