forked from rdkcentral/Lightning-SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.js
46 lines (45 loc) · 2.04 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/*
* If not stated otherwise in this file or this component's LICENSE file the
* following copyright and licenses apply:
*
* Copyright 2020 Metrological
*
* Licensed under the Apache License, Version 2.0 (the License);
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export { default as Accessibility } from './src/Accessibility'
export { default as Ads } from './src/Ads'
export { AppData } from './src/Application'
export { default as Application } from './src/Application'
export { default as AudioPlayer } from './src/AudioPlayer'
export { default as Colors } from './src/Colors'
export { default as Img } from './src/Img'
export { default as Keyboard } from './src/Keyboard'
export { default as Launch } from './src/Launch'
export { default as Lightning } from './src/Lightning'
export { default as Locale } from './src/Locale'
export { default as Language } from './src/Language'
export { default as Log } from './src/Log'
export { default as MediaPlayer } from './src/MediaPlayer'
export { default as Metrics } from './src/Metrics'
export { default as Pin } from './src/Pin'
export { default as Profile } from './src/Profile'
export { default as Purchase } from './src/Purchase'
export { default as Registry } from './src/Registry'
export { default as Router } from './src/Router'
export { default as Settings } from './src/Settings'
export { default as Storage } from './src/Storage'
export { default as TV } from './src/TV'
export { default as Utils } from './src/Utils'
export { default as VideoPlayer } from './src/VideoPlayer'
export { default as Metadata } from './src/Metadata'
export { default as Subtitles } from './src/Subtitles'