import { ICnCascaderSelectItem } from './cn-cascader-select-item';
export interface IExtraCallback {
    selectedPath: ICnCascaderSelectItem[];
}
