mirror of
https://bitbucket.org/Mattrixwv/mattrixwvreactcomponents.git
synced 2025-12-06 21:53:57 -05:00
Fix broken types in imported library
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { LoadingBarsProps } from "$/types/Loading";
|
||||
import type { LoadingBarsProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function CenterGrowingBars({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingBarsProps } from "$/types/Loading";
|
||||
import type { LoadingBarsProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function CircleBars({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingBarsProps } from "$/types/Loading";
|
||||
import type { LoadingBarsProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function FadingBars({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingBarsProps } from "$/types/Loading";
|
||||
import type { LoadingBarsProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function FadingGrowingBars({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingBarsProps } from "$/types/Loading";
|
||||
import type { LoadingBarsProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function GrowingBars({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingBlocksProps } from "$/types/Loading";
|
||||
import type { LoadingBlocksProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function PulsingBlocks({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingBlocksProps } from "$/types/Loading";
|
||||
import type { LoadingBlocksProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function SlidingBlocks2({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingBlocksProps } from "$/types/Loading";
|
||||
import type { LoadingBlocksProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function SlidingBlocks3({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingBlocksProps } from "$/types/Loading";
|
||||
import type { LoadingBlocksProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function WaveBlocks({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingDotsProps } from "$/types/Loading";
|
||||
import type { LoadingDotsProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function BouncingDots({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingDotsProps } from "$/types/Loading";
|
||||
import type { LoadingDotsProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function CircleCenterDots({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingDotsProps } from "$/types/Loading";
|
||||
import type { LoadingDotsProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function CircleFadingDots({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { CirclePulsingDotsProps } from "$/types/Loading";
|
||||
import type { CirclePulsingDotsProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function CirclePulsingDots({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingDotsProps } from "$/types/Loading";
|
||||
import type { LoadingDotsProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function CircleRotatingDots({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingDotsProps } from "$/types/Loading";
|
||||
import type { LoadingDotsProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function CircleShrinkingDots({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { CircleSpinningDotProps } from "$/types/Loading";
|
||||
import type { CircleSpinningDotProps } from "$/types/LoadingTypes";
|
||||
|
||||
export default function CircleSpinningDot({
|
||||
width,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingDotsProps } from "$/types/Loading";
|
||||
import type { LoadingDotsProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function CyclingDots({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingDotsProps } from "$/types/Loading";
|
||||
import type { LoadingDotsProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function FadingDots({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingDotsProps } from "$/types/Loading";
|
||||
import type { LoadingDotsProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function PulsingDots({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingDotsProps } from "$/types/Loading";
|
||||
import type { LoadingDotsProps } from "$/types/LoadingTypes";
|
||||
|
||||
export default function RotatingDots({
|
||||
width,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingDotsProps } from "$/types/Loading";
|
||||
import type { LoadingDotsProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function SwellingDots({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingPulseProps } from "$/types/Loading";
|
||||
import type { LoadingPulseProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function DoubleDrop({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingPulseProps } from "$/types/Loading";
|
||||
import type { LoadingPulseProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function DoubleWaveDrop({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingPulseProps } from "$/types/Loading";
|
||||
import type { LoadingPulseProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function Drop({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingPulseProps } from "$/types/Loading";
|
||||
import type { LoadingPulseProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function QuickDrop({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingPulseProps } from "$/types/Loading";
|
||||
import type { LoadingPulseProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function QuickWaveDrop({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingPulseProps } from "$/types/Loading";
|
||||
import type { LoadingPulseProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function TripleDrop({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingPulseProps } from "$/types/Loading";
|
||||
import type { LoadingPulseProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function TripleWaveDrop({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingPulseProps } from "$/types/Loading";
|
||||
import type { LoadingPulseProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function WaveDrop({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingSpinnerProps } from "$/types/Loading";
|
||||
import type { LoadingSpinnerProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function HalfSpinner({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingSpinnerProps } from "$/types/Loading";
|
||||
import type { LoadingSpinnerProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function QuarterSpinner({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { RubberLoadingSpinnerProps } from "$/types/Loading";
|
||||
import type { RubberLoadingSpinnerProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function RubberSpinner({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingSpinnerProps } from "$/types/Loading";
|
||||
import type { LoadingSpinnerProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function ThreeQuarterSpinner({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingVariousProps } from "$/types/Loading";
|
||||
import type { LoadingVariousProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function BouncingDot({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingVariousProps } from "$/types/Loading";
|
||||
import type { LoadingVariousProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function PulsingLine({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingVariousProps } from "$/types/Loading";
|
||||
import type { LoadingVariousProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function SpinningBinary({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingVariousProps } from "$/types/Loading";
|
||||
import type { LoadingVariousProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function SpinningClock({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingVariousProps } from "$/types/Loading";
|
||||
import type { LoadingVariousProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function SpinningEclipse({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingVariousProps } from "$/types/Loading";
|
||||
import type { LoadingVariousProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function SpinningEclipseHalf({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingVariousProps } from "$/types/Loading";
|
||||
import type { LoadingVariousProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function SpinningGalaxy({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingVariousProps } from "$/types/Loading";
|
||||
import type { LoadingVariousProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function SpinningTadpole({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingWifiProps } from "$/types/Loading";
|
||||
import type { LoadingWifiProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function Wifi({
|
||||
|
||||
Reference in New Issue
Block a user