Latest updates from IceHrmPro
This commit is contained in:
3
web/node_modules/antd/es/_util/getRenderPropValue.d.ts
generated
vendored
Normal file
3
web/node_modules/antd/es/_util/getRenderPropValue.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import React from 'react';
|
||||
export declare type RenderFunction = () => React.ReactNode;
|
||||
export declare const getRenderPropValue: (propValue?: string | number | boolean | {} | React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | React.ReactNodeArray | React.ReactPortal | RenderFunction | null | undefined) => React.ReactNode;
|
||||
Reference in New Issue
Block a user