mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
7 lines
214 B
JavaScript
7 lines
214 B
JavaScript
import {Button, Switch, List, Label, Item, Input, Content} from 'ionic/ionic';
|
|
var IONIC_DIRECTIVES = [Button, List, Label, Item, Content];
|
|
|
|
console.log('DIRECTIVES', IONIC_DIRECTIVES);
|
|
|
|
export {IONIC_DIRECTIVES};
|