UNPKG

shineout

Version:

Shein 前端组件库

8 lines (7 loc) 175 B
import { ReactNode } from 'react'; export interface LazyloadProps { children?: ReactNode; placeholder?: ReactNode; container?: HTMLElement; offset?: number; }