Files
frontend/node_modules/antd/lib/_util/getRenderPropValue.d.ts
2026-01-17 15:16:36 -05: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;