UNPKG

ng-zorro-antd-yj

Version:

An enterprise-class UI components based on Ant Design and Angular

4 lines (3 loc) 187 B
import { NzTreeNode } from './nz-tree-node'; export declare function isCheckDisabled(node: NzTreeNode): boolean; export declare function isInArray(needle: any, haystack: any[]): boolean;