/** Coerces a data-bound value (typically a string) to a boolean. */functioncoerceBooleanProperty(value) {
return value != null && `${value}` !== 'false';
}
export { coerceBooleanProperty as c };
//# sourceMappingURL=boolean-property-DaaVhX5A.mjs.map