You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
247 B
Plaintext

9 months ago
import { Exec, HandlerListOptions, ListHandle } from './ListHandle';
/**
* 选区在序列内的处理
*/
export default class WrapListHandle extends ListHandle implements Exec {
constructor(options: HandlerListOptions);
exec(): void;
}