Files
planet/frontend/node_modules/antd/lib/_util/getRenderPropValue.d.ts
2026-03-05 11:46:58 +08: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;