@dimanoid/ngx-dm-tour
Version:
8 lines (7 loc) • 424 B
TypeScript
export declare function toBoolean(value: boolean | string): boolean;
export declare function toNumber(value: number | string): number;
export declare function toNumber<D>(value: number | string, fallback: D): number | D;
export declare function toCssPixel(value: number | string): string;
export declare function InputBoolean(): any;
export declare function InputCssPixel(): any;
export declare function InputNumber(): any;