fix(): add missing export (#8999)

This commit is contained in:
Justin Willis
2016-11-02 15:26:05 -05:00
committed by Dan Bucholtz
parent c76d15dd6a
commit 98d474b879

View File

@ -136,6 +136,7 @@ export { Toast, ToastController } from './components/toast/toast';
export { ToastOptions } from './components/toast/toast-options';
export { Toggle } from './components/toggle/toggle';
export { Toolbar, ToolbarBase, Header, Footer } from './components/toolbar/toolbar';
export { ToolbarItem } from './components/toolbar/toolbar-item';
export { ToolbarTitle } from'./components/toolbar/toolbar-title';
export { Thumbnail } from './components/thumbnail/thumbnail';
export { Typography } from './components/typography/typography';