@dataloop-ai/components 0.17.31 → 0.17.33
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/package.json
CHANGED
|
@@ -1,15 +1,3 @@
|
|
|
1
|
-
import DlSpinnerGrid from './components/DlSpinnerGrid.vue'
|
|
2
|
-
import DlSpinnerCircle from './components/DlSpinnerCircle.vue'
|
|
3
|
-
import DlSpinnerClock from './components/DlSpinnerClock.vue'
|
|
4
|
-
import DlSpinnerDots from './components/DlSpinnerDots.vue'
|
|
5
|
-
import DlSpinnerLogo from './components/DlSpinnerLogo.vue'
|
|
6
1
|
import DlSpinner from './DlSpinner.vue'
|
|
7
2
|
|
|
8
|
-
export {
|
|
9
|
-
DlSpinner,
|
|
10
|
-
DlSpinnerLogo,
|
|
11
|
-
DlSpinnerCircle,
|
|
12
|
-
DlSpinnerGrid,
|
|
13
|
-
DlSpinnerDots,
|
|
14
|
-
DlSpinnerClock
|
|
15
|
-
}
|
|
3
|
+
export { DlSpinner }
|