Skip to content

Commit f623c70

Browse files
committed
feat(ux): expose style engine
expose style engine and themable to allow creation of custom components based on aurelia ux resolves #73
1 parent c69c1ff commit f623c70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ export { UxCheckbox } from './checkbox/ux-checkbox';
2929
export { UxIcon } from './icons/ux-icon';
3030
export { UxSubmitCustomAttribute } from './form/ux-submit-attribute';
3131

32+
export { Themable } from './styles/themable';
33+
export { StyleEngine } from './styles/style-engine';
34+
3235
export * from './styles/decorators';
3336

3437
export { AureliaUX } from './aurelia-ux';

0 commit comments

Comments
 (0)