@nepwork/dashboards
Version:
Dashboards for emergencies and monitoring
13 lines (12 loc) • 611 B
TypeScript
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
export declare type NbNullableInput = string | null | undefined;
export declare type NbBooleanInput = boolean | NbNullableInput;
export declare function convertToBoolProperty(val: any): boolean;
export declare function getElementHeight(el: any): any;
export declare function firstChildNotComment(node: Node): ChildNode;
export declare function lastChildNotComment(node: Node): ChildNode;
export declare function emptyStatusWarning(source: string): void;