UNPKG

@yelon/util

Version:
7 lines (6 loc) 229 B
/** * Used to verify `<ng-content />` is empty, useful for custom components. * * 用于校验 `<ng-content />` 是否为空,自定义组件时蛮有用。 */ export declare function isEmpty(element: HTMLElement): boolean;