@dvrd/dvr-controls 1.1.31 → 1.1.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.ts +0 -2
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -59,7 +59,6 @@ import FileUpload from './src/js/fileUpload/fileUpload';
|
|
|
59
59
|
import DvrdRadioController from './src/js/radio/dvrdRadioController';
|
|
60
60
|
import MobileNavigation from './src/js/navigation/mobileNavigation';
|
|
61
61
|
import NumberString from './src/js/util/numberString';
|
|
62
|
-
import { DialogActionShape } from './src/js/util/interfaces';
|
|
63
62
|
|
|
64
63
|
export {
|
|
65
64
|
// Components
|
|
@@ -113,7 +112,6 @@ export {
|
|
|
113
112
|
MobileNavigation,
|
|
114
113
|
|
|
115
114
|
// Interfaces / Enums
|
|
116
|
-
DialogActionShape,
|
|
117
115
|
LabelType,
|
|
118
116
|
BreakType,
|
|
119
117
|
HeaderItem,
|