package.dist.util.willShowContent.d.ts Maven / Gradle / Ivy
declare const willShowContent: (childNodes: Array) => boolean;
export default willShowContent;
declare const willShowContent: (childNodes: Array) => boolean;
export default willShowContent;