Latest updates from IceHrmPro
This commit is contained in:
14
web/node_modules/rc-virtual-list/es/Filler.d.ts
generated
vendored
Normal file
14
web/node_modules/rc-virtual-list/es/Filler.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import * as React from 'react';
|
||||
interface FillerProps {
|
||||
prefixCls?: string;
|
||||
/** Virtual filler height. Should be `count * itemMinHeight` */
|
||||
height: number;
|
||||
/** Set offset of visible items. Should be the top of start item position */
|
||||
offset?: number;
|
||||
children: React.ReactNode;
|
||||
}
|
||||
/**
|
||||
* Fill component to provided the scroll content real height.
|
||||
*/
|
||||
declare const Filler: React.FC<FillerProps>;
|
||||
export default Filler;
|
||||
Reference in New Issue
Block a user