aurelia-materialize-bridge
Version:
Aurelia interface to http://materializecss.com/
15 lines (14 loc) • 761 B
text/typescript
export { Router, NavigationInstruction } from "aurelia-router";
export {
customElement, customAttribute, autoinject, bindingMode, BindingEngine, TaskQueue, DOM, children, bindable, observable, Disposable,
TemplatingEngine, deprecated
} from "aurelia-framework";
export { getLogger, Logger } from "aurelia-logging";
export { fireEvent, fireMaterializeEvent } from "./common/events";
export { ValidateResult } from "aurelia-validation";
export { MaterializeFormValidationRenderer } from "./validation/validationRenderer";
import * as ato from "aurelia-typed-observable-plugin";
export { ato };
export * from "./common/util";
export { AttributeManager } from "./common/attribute-manager";
export { MdColorsService } from "./common/colors-service";