feat: Export interfaces

This commit is contained in:
Mason Rogers 2021-12-27 14:46:22 +00:00
parent 11208fe62d
commit 7e200664c4
2 changed files with 16 additions and 0 deletions

View file

@ -1,5 +1,6 @@
import Choices from './scripts/choices';
export * from './scripts/interfaces';
export * from './scripts/constants';
export * from './scripts/defaults';
export { default as templates } from './scripts/templates';

View file

@ -0,0 +1,15 @@
export * from './action-type';
export * from './choice';
export * from './choices';
export * from './class-names';
export * from './event-type';
export * from './group';
export * from './item';
export * from './keycode-map';
export * from './notice';
export * from './options';
export * from './passed-element';
export * from './passed-element-type';
export * from './position-options-type';
export * from './state';
export * from './types';