mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
@ -51,6 +51,7 @@ import { Spinner } from './components/spinner/spinner';
|
||||
import { Tab } from './components/tabs/tab';
|
||||
import { Tabs } from './components/tabs/tabs';
|
||||
import { TabButton } from './components/tabs/tab-button';
|
||||
import { TabHighlight } from './components/tabs/tab-highlight';
|
||||
import { TextInput, TextArea } from './components/input/input';
|
||||
import { Thumbnail } from './components/thumbnail/thumbnail';
|
||||
import { Toggle } from './components/toggle/toggle';
|
||||
@ -228,6 +229,7 @@ export const IONIC_DIRECTIVES: any[] = [
|
||||
Tab,
|
||||
Tabs,
|
||||
TabButton,
|
||||
TabHighlight,
|
||||
TextArea,
|
||||
TextInput,
|
||||
Thumbnail,
|
||||
|
Reference in New Issue
Block a user