UNPKG

aurelia-typed-observable-plugin

Version:
15 lines (13 loc) 462 B
export { IBindablePropertyConfig, bindable, usePropertyType as usePropertyTypeForBindable, createTypedBindable } from './bindable'; export { observable, usePropertyType as usePropertyTypeForObservable, createTypedObservable } from './observable'; export { coerceFunctions, coerceFunctionMap, mapCoerceFunction, ICoerce } from './coerce-functions'; export { IPropertyDecoratorConfig, IPropertyDecoratorFunction } from './interfaces';