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

2 lines
229 B

import { Selection } from './selection';
export declare function ifShow<T extends Selection, R = any>(show: boolean, container: T, creator: (group: T) => R, removeChildren?: boolean, removeHandler?: (group: T) => any): null | R;