UNPKG

@hugogo/angular-grid-layout-hugo

Version:

Grid Layout with draggable and resizable items for Angular

8 lines (7 loc) 300 B
/** * Type describing the allowed values for a boolean input. * @docs-private */ export declare type BooleanInput = string | boolean | null | undefined; /** Coerces a data-bound value (typically a string) to a boolean. */ export declare function coerceBooleanProperty(value: any): boolean;