amis-rpc-design/node_modules/antd/lib/_util/getRenderPropValue.d.ts
2023-10-07 19:42:30 +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;