UNPKG

@lightningjs/sdk

Version:

The Lightning-SDK helps you build great Lightning-based TV apps!

47 lines (45 loc) 2.09 kB
/* * 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'