mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(): add missing export (#8999)
This commit is contained in:

committed by
Dan Bucholtz

parent
c76d15dd6a
commit
98d474b879
@ -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';
|
||||
|
Reference in New Issue
Block a user