mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
5 lines
186 B
JavaScript
5 lines
186 B
JavaScript
import {Button, Switch, List, Label, Item, Input, Content, Segment} from 'ionic/ionic';
|
|
var IONIC_DIRECTIVES = [Button, List, Label, Item, Content, Segment];
|
|
|
|
export {IONIC_DIRECTIVES};
|