UNPKG

shineout

Version:

Shein 前端组件库

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