Files
2026-01-16 02:20:32 +00:00

4 lines
197 B
TypeScript

import type * as React from 'react';
export type RenderFunction = () => React.ReactNode;
export declare const getRenderPropValue: (propValue?: React.ReactNode | RenderFunction) => React.ReactNode;