UNPKG

linkmore-design

Version:

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

8 lines (7 loc) β€’ 177 B
import React from 'react'; interface rowProps { children?: any; pref?: any; } declare const VirtualRow: React.NamedExoticComponent<rowProps>; export default VirtualRow;