chore(exports): update core exports

This commit is contained in:
Adam Bradley
2018-05-16 11:39:41 -05:00
parent b70c192fd9
commit f3dc8a0fed
4 changed files with 10 additions and 22 deletions

View File

@ -21,9 +21,6 @@ export * from './components/toast/toast-interface';
export * from './utils/input-interface';
export * from './global/config';
// export index
export * from './index';
export type Color = 'default'| 'primary' | 'secondary' | 'tertiary' | 'success' | 'warning' | 'danger' | 'light' | 'medium' | 'dark';
export type Mode = 'ios' | 'md';
export type ComponentRef = Function | HTMLElement | string;