UNPKG

linkmore-design

Version:

🌈 πŸš€lmη»„δ»ΆεΊ“γ€‚πŸš€

4 lines (3 loc) β€’ 205 B
import type * as React from 'react'; export declare type RenderFunction = () => React.ReactNode; export declare const getRenderPropValue: (propValue?: React.ReactNode | RenderFunction) => React.ReactNode;