[BD-46] feat: defined types for Paragon exports #12623
Annotations
4 errors
tests:
src/ChipCarousel/index.tsx#L66
Type '{ children: Element; ariaLabel: string; hasInteractiveChildren: true; disableScroll: boolean; disableOpacityMasks: boolean | undefined; onScrollPrevious: (() => void) | undefined; onScrollNext: (() => void) | undefined; offset: string | number; offsetType: "fixed" | "percentage"; }' is not assignable to type 'IntrinsicAttributes & OverflowScrollProps & { children?: ReactNode; }'.
|
tests:
src/ChipCarousel/index.tsx#L84
Type 'FC<IconProps>' is not assignable to type 'keyof IntrinsicElements | undefined'.
|
tests:
src/ChipCarousel/index.tsx#L94
Type 'FC<IconProps>' is not assignable to type 'keyof IntrinsicElements | undefined'.
|
tests
Process completed with exit code 2.
|