migration wip

This commit is contained in:
2025-12-30 12:10:13 +01:00
parent 89dbf8af87
commit 65a7e9f24a
203 changed files with 192475 additions and 1562 deletions

View File

@@ -23,13 +23,15 @@ export {
type BadgeSize,
type BadgeGroupProps
} from './Badge';
export {
Loading,
LoadingButton,
LoadingSkeleton,
type LoadingProps,
type LoadingSize,
type LoadingVariant,
type LoadingButtonProps,
type LoadingSkeletonProps
} from './Loading';
export {
Loading,
LoadingButton,
LoadingSkeleton,
type LoadingProps,
type LoadingSize,
type LoadingVariant,
type LoadingButtonProps,
type LoadingSkeletonProps
} from './Loading';
export { Slider, type Slide, type SliderProps, parseWpSlider } from './Slider';
export { Icon, IconButton, IconFeature, parseWpIcon, type IconProps, type IconName } from './Icon';