UNPKG

ze-react-component-library

Version:
3 lines (2 loc) 215 B
export declare function arrayMoveMutable<ValueType>(array: ValueType[], fromIndex: number, toIndex: number): void; export declare function arrayMoveImmutable<T>(array: T[], fromIndex: number, toIndex: number): T[];