mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
21 lines
304 B
JavaScript
21 lines
304 B
JavaScript
import {
|
|
List, Content,
|
|
|
|
Icon,
|
|
|
|
// Form elements
|
|
Switch, Checkbox, Label, Item, Input,Segment, SegmentButton
|
|
|
|
} from 'ionic/ionic';
|
|
|
|
var IONIC_DIRECTIVES = [
|
|
List, Content,
|
|
|
|
Icon,
|
|
|
|
// Form elements
|
|
Switch, Checkbox, Label, Item, Input,Segment, SegmentButton
|
|
]
|
|
|
|
export {IONIC_DIRECTIVES};
|