minishouyin/node_modules/antd/lib/_util/getRenderPropValue.d.ts

4 lines
197 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
import type * as React from 'react';
export type RenderFunction = () => React.ReactNode;
export declare const getRenderPropValue: (propValue?: React.ReactNode | RenderFunction) => React.ReactNode;