UNPKG

shineout

Version:

Shein 前端组件库

5 lines (4 loc) 267 B
import React, { ReactElement } from 'react'; export declare const getCustomList: (list: React.ReactNode, renderOptionList?: ((list: React.ReactNode, info: { loading: React.ReactNode; }) => ReactElement) | undefined, loading?: React.ReactNode) => React.ReactNode;