@nebular/theme
Version:
@nebular/theme
12 lines (11 loc) • 545 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;