aurelia-typed-observable-plugin
Version:
A plugin for @observable and @bindable value coercion
15 lines (13 loc) • 462 B
text/typescript
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';