Files
Cable-consolidation/tsc_output.txt
2026-02-25 13:16:14 +01:00

774 lines
186 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
node_modules/@fluentui/react-accordion/dist/index.d.ts:154:58 - error TS2344: Type 'AccordionPanelSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'collapseMotion' is incompatible with index signature.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
154 export declare type AccordionPanelProps = ComponentProps<AccordionPanelSlots>;
   ~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-accordion/dist/index.d.ts:158:27 - error TS2344: Type 'PresenceMotionSlotProps' does not satisfy the constraint 'ComponentType<{}> | UnknownSlotProps | keyof IntrinsicElements | VoidFunctionComponent<{}>'.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
158 collapseMotion?: Slot<PresenceMotionSlotProps>;
   ~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-accordion/dist/index.d.ts:161:58 - error TS2344: Type 'AccordionPanelSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'collapseMotion' is incompatible with index signature.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
161 export declare type AccordionPanelState = ComponentState<AccordionPanelSlots> & {
   ~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-avatar/dist/index.d.ts:101:67 - error TS2344: Type 'Partial<AvatarGroupPopoverSlots>' does not satisfy the constraint 'SlotPropsRecord'.
Property 'tooltip' is incompatible with index signature.
Type 'NonNullable<WithSlotShorthandValue<TooltipProps>>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'Omit<TooltipSlots, "root"> & TriggerProps<TooltipTriggerProps> & Pick<PortalProps, "mountNode"> & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'Omit<TooltipSlots, "root"> & TriggerProps<TooltipTriggerProps> & Pick<PortalProps, "mountNode"> & { ...; }' is not assignable to type 'UnknownSlotProps'.
Type 'Omit<TooltipSlots, "root"> & TriggerProps<TooltipTriggerProps> & Pick<PortalProps, "mountNode"> & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'ReactElement<any, string | JSXElementConstructor<any>> | ((props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<...>>)' is not assignable to type 'ReactNode'.
Type '(props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to type 'ReactNode'.
101 export declare type AvatarGroupPopoverProps = Omit<ComponentProps<Partial<AvatarGroupPopoverSlots>>, 'children'> & {
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-avatar/dist/index.d.ts:135:31 - error TS2344: Type 'TooltipProps' does not satisfy the constraint 'ComponentType<{}> | UnknownSlotProps | keyof IntrinsicElements | VoidFunctionComponent<{}>'.
Type 'TooltipProps' is not assignable to type 'UnknownSlotProps'.
Type 'TooltipProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'ReactElement<any, string | JSXElementConstructor<any>> | ((props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<...>>)' is not assignable to type 'ReactNode'.
Type '(props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to type 'ReactNode'.
135 tooltip: NonNullable<Slot<TooltipProps>>;
   ~~~~~~~~~~~~
node_modules/@fluentui/react-avatar/dist/index.d.ts:141:62 - error TS2344: Type 'AvatarGroupPopoverSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'tooltip' is incompatible with index signature.
Type 'NonNullable<WithSlotShorthandValue<TooltipProps>>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'Omit<TooltipSlots, "root"> & TriggerProps<TooltipTriggerProps> & Pick<PortalProps, "mountNode"> & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'Omit<TooltipSlots, "root"> & TriggerProps<TooltipTriggerProps> & Pick<PortalProps, "mountNode"> & { ...; }' is not assignable to type 'UnknownSlotProps'.
Type 'Omit<TooltipSlots, "root"> & TriggerProps<TooltipTriggerProps> & Pick<PortalProps, "mountNode"> & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'ReactElement<any, string | JSXElementConstructor<any>> | ((props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<...>>)' is not assignable to type 'ReactNode'.
Type '(props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to type 'ReactNode'.
141 export declare type AvatarGroupPopoverState = ComponentState<AvatarGroupPopoverSlots> & Required<Pick<AvatarGroupPopoverProps, 'count' | 'indicator'>> & {
   ~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-avatar/dist/index.d.ts:182:55 - error TS2344: Type 'AvatarSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'image' is incompatible with index signature.
Type '{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type '{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps'.
Type '{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
182 export declare type AvatarProps = Omit<ComponentProps<AvatarSlots>, 'color'> & {
   ~~~~~~~~~~~
node_modules/@fluentui/react-avatar/dist/index.d.ts:292:50 - error TS2344: Type 'AvatarSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'image' is incompatible with index signature.
Type '{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type '{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps'.
Type '{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
292 export declare type AvatarState = ComponentState<AvatarSlots> & Required<Pick<AvatarProps, 'active' | 'activeAppearance' | 'shape' | 'size'>> & {
   ~~~~~~~~~~~
node_modules/@fluentui/react-card/dist/index.d.ts:92:54 - error TS2344: Type 'Partial<CardHeaderSlots>' does not satisfy the constraint 'SlotPropsRecord'.
Property 'image' is incompatible with index signature.
Type 'WithSlotShorthandValue<{ as?: "div"; } & Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & { ...; } & { ...; }> | ({ ...; } & ... 1 more ... & { ...; })' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type '{ as: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type '{ as: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps'.
Type '{ as: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
92 export declare type CardHeaderProps = ComponentProps<Partial<CardHeaderSlots>>;
   ~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-card/dist/index.d.ts:123:54 - error TS2344: Type 'CardHeaderSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'image' is incompatible with index signature.
Type 'WithSlotShorthandValue<{ as?: "div"; } & Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & { ...; } & { ...; }> | ({ ...; } & ... 1 more ... & { ...; })' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type '{ as: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type '{ as: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps'.
Type '{ as: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
123 export declare type CardHeaderState = ComponentState<CardHeaderSlots>;
   ~~~~~~~~~~~~~~~
node_modules/@fluentui/react-card/dist/index.d.ts:152:55 - error TS2344: Type 'CardPreviewSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'logo' is incompatible with index signature.
Type 'WithSlotShorthandValue<{ as?: "div"; } & Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & { ...; } & { ...; }> | ({ ...; } & ... 1 more ... & { ...; })' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type '{ as: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type '{ as: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps'.
Type '{ as: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
152 export declare type CardPreviewProps = ComponentProps<CardPreviewSlots>;
   ~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-card/dist/index.d.ts:171:55 - error TS2344: Type 'CardPreviewSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'logo' is incompatible with index signature.
Type 'WithSlotShorthandValue<{ as?: "div"; } & Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & { ...; } & { ...; }> | ({ ...; } & ... 1 more ... & { ...; })' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type '{ as: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type '{ as: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps'.
Type '{ as: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
171 export declare type CardPreviewState = ComponentState<CardPreviewSlots>;
   ~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-card/dist/index.d.ts:176:48 - error TS2344: Type 'CardSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'checkbox' is incompatible with index signature.
Type '{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type '{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps'.
Type '{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
176 export declare type CardProps = ComponentProps<CardSlots> & {
   ~~~~~~~~~
node_modules/@fluentui/react-card/dist/index.d.ts:273:48 - error TS2344: Type 'CardSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'checkbox' is incompatible with index signature.
Type '{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type '{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps'.
Type '{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
273 export declare type CardState = ComponentState<CardSlots> & CardContextValue & Required<Pick<CardProps, 'appearance' | 'orientation' | 'size'> & {
   ~~~~~~~~~
node_modules/@fluentui/react-carousel/dist/index.d.ts:220:64 - error TS2344: Type 'CarouselNavContainerSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'nextTooltip' is incompatible with index signature.
Type 'WithSlotShorthandValue<TooltipProps>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'TooltipProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'TooltipProps' is not assignable to type 'UnknownSlotProps'.
Type 'TooltipProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'ReactElement<any, string | JSXElementConstructor<any>> | ((props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<...>>)' is not assignable to type 'ReactNode'.
Type '(props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to type 'ReactNode'.
220 export declare type CarouselNavContainerProps = ComponentProps<CarouselNavContainerSlots> & {
   ~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-carousel/dist/index.d.ts:241:24 - error TS2344: Type 'TooltipProps' does not satisfy the constraint 'ComponentType<{}> | UnknownSlotProps | keyof IntrinsicElements | VoidFunctionComponent<{}>'.
Type 'TooltipProps' is not assignable to type 'UnknownSlotProps'.
Type 'TooltipProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'ReactElement<any, string | JSXElementConstructor<any>> | ((props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<...>>)' is not assignable to type 'ReactNode'.
Type '(props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to type 'ReactNode'.
241 nextTooltip?: Slot<TooltipProps>;
   ~~~~~~~~~~~~
node_modules/@fluentui/react-carousel/dist/index.d.ts:243:24 - error TS2344: Type 'TooltipProps' does not satisfy the constraint 'ComponentType<{}> | UnknownSlotProps | keyof IntrinsicElements | VoidFunctionComponent<{}>'.
Type 'TooltipProps' is not assignable to type 'UnknownSlotProps'.
Type 'TooltipProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'ReactElement<any, string | JSXElementConstructor<any>> | ((props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<...>>)' is not assignable to type 'ReactNode'.
Type '(props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to type 'ReactNode'.
243 prevTooltip?: Slot<TooltipProps>;
   ~~~~~~~~~~~~
node_modules/@fluentui/react-carousel/dist/index.d.ts:245:28 - error TS2344: Type 'TooltipProps' does not satisfy the constraint 'ComponentType<{}> | UnknownSlotProps | keyof IntrinsicElements | VoidFunctionComponent<{}>'.
Type 'TooltipProps' is not assignable to type 'UnknownSlotProps'.
Type 'TooltipProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'ReactElement<any, string | JSXElementConstructor<any>> | ((props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<...>>)' is not assignable to type 'ReactNode'.
Type '(props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to type 'ReactNode'.
245 autoplayTooltip?: Slot<TooltipProps>;
   ~~~~~~~~~~~~
node_modules/@fluentui/react-carousel/dist/index.d.ts:251:64 - error TS2344: Type 'CarouselNavContainerSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'nextTooltip' is incompatible with index signature.
Type 'WithSlotShorthandValue<TooltipProps>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'TooltipProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'TooltipProps' is not assignable to type 'UnknownSlotProps'.
Type 'TooltipProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'ReactElement<any, string | JSXElementConstructor<any>> | ((props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<...>>)' is not assignable to type 'ReactNode'.
Type '(props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to type 'ReactNode'.
251 export declare type CarouselNavContainerState = ComponentState<CarouselNavContainerSlots> & Pick<CarouselNavContainerProps, 'layout'>;
   ~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-carousel/dist/index.d.ts:273:66 - error TS2344: Type 'CarouselNavImageButtonSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'image' is incompatible with index signature.
Type 'NonNullable<{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'NonNullable<{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
Type 'NonNullable<{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
273 export declare type CarouselNavImageButtonProps = ComponentProps<CarouselNavImageButtonSlots> & {};
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-carousel/dist/index.d.ts:289:66 - error TS2344: Type 'CarouselNavImageButtonSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'image' is incompatible with index signature.
Type 'NonNullable<{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'NonNullable<{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
Type 'NonNullable<{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
289 export declare type CarouselNavImageButtonState = ComponentState<CarouselNavImageButtonSlots> & {
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-checkbox/dist/index.d.ts:29:57 - error TS2344: Type 'Partial<CheckboxSlots>' does not satisfy the constraint 'SlotPropsRecord'.
Property 'input' is incompatible with index signature.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
29 export declare type CheckboxProps = Omit<ComponentProps<Partial<CheckboxSlots>, 'input'>, 'checked' | 'defaultChecked' | 'onChange' | 'size'> & {
   ~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-checkbox/dist/index.d.ts:99:52 - error TS2344: Type 'CheckboxSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'input' is incompatible with index signature.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
99 export declare type CheckboxState = ComponentState<CheckboxSlots> & Required<Pick<CheckboxProps, 'checked' | 'disabled' | 'labelPosition' | 'shape' | 'size'>>;
   ~~~~~~~~~~~~~
node_modules/@fluentui/react-combobox/dist/index.d.ts:180:57 - error TS2344: Type 'Partial<ComboboxSlots>' does not satisfy the constraint 'SlotPropsRecord'.
Property 'input' is incompatible with index signature.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
180 export declare type ComboboxProps = Omit<ComponentProps<Partial<ComboboxSlots>, 'input'>, 'children' | 'size'> & ComboboxBaseProps & {
   ~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-combobox/dist/index.d.ts:211:52 - error TS2344: Type 'ComboboxSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'input' is incompatible with index signature.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
211 export declare type ComboboxState = ComponentState<ComboboxSlots> & ComboboxBaseState & {
   ~~~~~~~~~~~~~
node_modules/@fluentui/react-dialog/dist/index.d.ts:156:50 - error TS2344: Type 'Partial<DialogSlots>' does not satisfy the constraint 'SlotPropsRecord'.
Property 'surfaceMotion' is incompatible with index signature.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
156 export declare type DialogProps = ComponentProps<Partial<DialogSlots>> & {
   ~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-dialog/dist/index.d.ts:215:25 - error TS2344: Type 'PresenceMotionSlotProps' does not satisfy the constraint 'ComponentType<{}> | UnknownSlotProps | keyof IntrinsicElements | VoidFunctionComponent<{}>'.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
215 surfaceMotion: Slot<PresenceMotionSlotProps>;
   ~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-dialog/dist/index.d.ts:218:50 - error TS2344: Type 'InternalDialogSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'surfaceMotion' is incompatible with index signature.
Type 'NonNullable<PresenceMotionSlotProps>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'NonNullable<PresenceMotionSlotProps>' is not assignable to type 'UnknownSlotProps'.
Type 'NonNullable<PresenceMotionSlotProps>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
218 export declare type DialogState = ComponentState<InternalDialogSlots> & DialogContextValue & {
   ~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-dialog/dist/index.d.ts:245:57 - error TS2344: Type 'Partial<DialogSurfaceSlots>' does not satisfy the constraint 'SlotPropsRecord'.
Property 'backdropMotion' is incompatible with index signature.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
245 export declare type DialogSurfaceProps = ComponentProps<Partial<DialogSurfaceSlots>> & Pick<PortalProps, 'mountNode'>;
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-dialog/dist/index.d.ts:263:26 - error TS2344: Type 'PresenceMotionSlotProps' does not satisfy the constraint 'ComponentType<{}> | UnknownSlotProps | keyof IntrinsicElements | VoidFunctionComponent<{}>'.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
263 backdropMotion: Slot<PresenceMotionSlotProps>;
   ~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-dialog/dist/index.d.ts:269:57 - error TS2344: Type 'DialogSurfaceSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'backdropMotion' is incompatible with index signature.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
269 export declare type DialogSurfaceState = ComponentState<DialogSurfaceSlots> & Pick<DialogContextValue, 'isNestedDialog'> & Pick<PortalProps, 'mountNode'> & {
   ~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-dialog/dist/index.d.ts:352:37 - error TS2344: Type 'PresenceMotionSlotProps' does not satisfy the constraint 'ComponentType<{}> | UnknownSlotProps | keyof IntrinsicElements | VoidFunctionComponent<{}>'.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
352 surfaceMotion: NonNullable<Slot<PresenceMotionSlotProps>>;
   ~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-drawer/dist/index.d.ts:221:56 - error TS2344: Type 'InlineDrawerSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'surfaceMotion' is incompatible with index signature.
Type 'SurfaceMotionSlotProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'SurfaceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
Type 'SurfaceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & Required<Pick<DrawerBaseProps, "position" | "size"> & Pick<ProviderContextValue_unstable, "dir">> & { ...; }>' is not assignable to type 'ReactNode'.
221 export declare type InlineDrawerProps = ComponentProps<InlineDrawerSlots> & DrawerBaseProps & {
   ~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-drawer/dist/index.d.ts:232:26 - error TS2344: Type 'SurfaceMotionSlotProps' does not satisfy the constraint 'ComponentType<{}> | UnknownSlotProps | keyof IntrinsicElements | VoidFunctionComponent<{}>'.
Type 'SurfaceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
Type 'SurfaceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & Required<Pick<DrawerBaseProps, "position" | "size"> & Pick<ProviderContextValue_unstable, "dir">> & { ...; }>' is not assignable to type 'ReactNode'.
232 surfaceMotion?: Slot<SurfaceMotionSlotProps>;
   ~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-drawer/dist/index.d.ts:238:65 - error TS2344: Type 'InlineDrawerSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'surfaceMotion' is incompatible with index signature.
Type 'SurfaceMotionSlotProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'SurfaceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
Type 'SurfaceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & Required<Pick<DrawerBaseProps, "position" | "size"> & Pick<ProviderContextValue_unstable, "dir">> & { ...; }>' is not assignable to type 'ReactNode'.
238 export declare type InlineDrawerState = Required<ComponentState<NonNullable<InlineDrawerSlots>> & DrawerBaseState & Pick<InlineDrawerProps, 'separator'>>;
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-drawer/dist/index.d.ts:290:57 - error TS2344: Type 'OverlayDrawerSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'backdropMotion' is incompatible with index signature.
Type 'PresenceMotionSlotProps<Required<Pick<DrawerBaseProps, "size">>>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'PresenceMotionSlotProps<Required<Pick<DrawerBaseProps, "size">>>' is not assignable to type 'UnknownSlotProps'.
Type 'PresenceMotionSlotProps<Required<Pick<DrawerBaseProps, "size">>>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & Required<Pick<DrawerBaseProps, "size">> & { children: ReactElement<any, string | JSXElementConstructor<...>>; }>' is not assignable to type 'ReactNode'.
290 export declare type OverlayDrawerProps = ComponentProps<OverlayDrawerSlots> & Pick<DialogProps, 'modalType' | 'onOpenChange' | 'inertTrapFocus'> & DrawerBaseProps & {
   ~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-drawer/dist/index.d.ts:310:27 - error TS2344: Type 'PresenceMotionSlotProps<Required<Pick<DrawerBaseProps, "size">>>' does not satisfy the constraint 'ComponentType<{}> | UnknownSlotProps | keyof IntrinsicElements | VoidFunctionComponent<{}>'.
Type 'PresenceMotionSlotProps<Required<Pick<DrawerBaseProps, "size">>>' is not assignable to type 'UnknownSlotProps'.
Type 'PresenceMotionSlotProps<Required<Pick<DrawerBaseProps, "size">>>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & Required<Pick<DrawerBaseProps, "size">> & { children: ReactElement<any, string | JSXElementConstructor<...>>; }>' is not assignable to type 'ReactNode'.
310 backdropMotion?: Slot<PresenceMotionSlotProps<OverlayDrawerSurfaceMotionParams>>;
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-drawer/dist/index.d.ts:315:26 - error TS2344: Type 'PresenceMotionSlotProps<Required<Pick<DrawerBaseProps, "position" | "size"> & Pick<ProviderContextValue_unstable, "dir">>>' does not satisfy the constraint 'ComponentType<{}> | UnknownSlotProps | keyof IntrinsicElements | VoidFunctionComponent<{}>'.
Type 'PresenceMotionSlotProps<Required<Pick<DrawerBaseProps, "position" | "size"> & Pick<ProviderContextValue_unstable, "dir">>>' is not assignable to type 'UnknownSlotProps'.
Type 'PresenceMotionSlotProps<Required<Pick<DrawerBaseProps, "position" | "size"> & Pick<ProviderContextValue_unstable, "dir">>>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & Required<Pick<DrawerBaseProps, "position" | "size"> & Pick<ProviderContextValue_unstable, "dir">> & { ...; }>' is not assignable to type 'ReactNode'.
315 surfaceMotion?: Slot<PresenceMotionSlotProps<DrawerMotionParams>>;
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-drawer/dist/index.d.ts:330:57 - error TS2344: Type 'OverlayDrawerSurfaceSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'backdropMotion' is incompatible with index signature.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
330 declare type OverlayDrawerSurfaceProps = ComponentProps<OverlayDrawerSurfaceSlots> & Pick<DialogSurfaceProps, 'mountNode'>;
   ~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-image/dist/index.d.ts:16:49 - error TS2344: Type 'ImageSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'root' is incompatible with index signature.
Type '{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type '{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps'.
Type '{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
16 export declare type ImageProps = ComponentProps<ImageSlots> & {
   ~~~~~~~~~~
node_modules/@fluentui/react-image/dist/index.d.ts:53:49 - error TS2344: Type 'ImageSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'root' is incompatible with index signature.
Type '{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type '{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps'.
Type '{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
53 export declare type ImageState = ComponentState<ImageSlots> & Required<Pick<ImageProps, 'block' | 'bordered' | 'fit' | 'shadow' | 'shape'>>;
   ~~~~~~~~~~
node_modules/@fluentui/react-input/dist/index.d.ts:25:54 - error TS2344: Type 'Partial<InputSlots>' does not satisfy the constraint 'SlotPropsRecord'.
Property 'input' is incompatible with index signature.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
25 export declare type InputProps = Omit<ComponentProps<Partial<InputSlots>, 'input'>, 'children' | 'defaultValue' | 'onChange' | 'size' | 'type' | 'value'> & {
   ~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-input/dist/index.d.ts:98:101 - error TS2344: Type 'InputSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'input' is incompatible with index signature.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
98 export declare type InputState = Required<Pick<InputProps, 'appearance' | 'size'>> & ComponentState<InputSlots>;
   ~~~~~~~~~~
node_modules/@fluentui/react-radio/dist/index.d.ts:107:54 - error TS2344: Type 'Partial<RadioSlots>' does not satisfy the constraint 'SlotPropsRecord'.
Property 'input' is incompatible with index signature.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
107 export declare type RadioProps = Omit<ComponentProps<Partial<RadioSlots>, 'input'>, 'onChange' | 'size'> & {
   ~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-radio/dist/index.d.ts:162:49 - error TS2344: Type 'RadioSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'input' is incompatible with index signature.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
162 export declare type RadioState = ComponentState<RadioSlots> & Required<Pick<RadioProps, 'labelPosition'>>;
   ~~~~~~~~~~
node_modules/@fluentui/react-rating/dist/index.d.ts:101:54 - error TS2344: Type 'Partial<RatingItemSlots>' does not satisfy the constraint 'SlotPropsRecord'.
Property 'halfValueInput' is incompatible with index signature.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
101 export declare type RatingItemProps = ComponentProps<Partial<RatingItemSlots>> & {
   ~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-rating/dist/index.d.ts:137:54 - error TS2344: Type 'RatingItemSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'halfValueInput' is incompatible with index signature.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
137 export declare type RatingItemState = ComponentState<RatingItemSlots> & Required<Pick<RatingItemProps, 'value'>> & Pick<RatingState, 'color' | 'step' | 'size'> & {
   ~~~~~~~~~~~~~~~
node_modules/@fluentui/react-search/dist/index.d.ts:32:58 - error TS2344: Type 'Partial<SearchBoxSlots>' does not satisfy the constraint 'SlotPropsRecord'.
Property 'input' is incompatible with index signature.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
32 export declare type SearchBoxProps = Omit<ComponentProps<Partial<SearchBoxSlots>, 'input'>, 'children' | 'defaultValue' | 'onChange' | 'size' | 'type' | 'value'> & Omit<InputProps, 'onChange'> & {
   ~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-search/dist/index.d.ts:50:53 - error TS2344: Type 'SearchBoxSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'input' is incompatible with index signature.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
50 export declare type SearchBoxState = ComponentState<SearchBoxSlots> & InputState & Required<Pick<InputState, 'size'>> & Required<Pick<SearchBoxProps, 'disabled'>> & {
   ~~~~~~~~~~~~~~
node_modules/@fluentui/react-slider/dist/index.d.ts:38:55 - error TS2344: Type 'Partial<SliderSlots>' does not satisfy the constraint 'SlotPropsRecord'.
Property 'input' is incompatible with index signature.
Type '{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; } & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type '{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; } & { ...; }' is not assignable to type 'UnknownSlotProps'.
Type '{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; } & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
38 export declare type SliderProps = Omit<ComponentProps<Partial<SliderSlots>, 'input'>, 'defaultValue' | 'onChange' | 'size' | 'value'> & {
   ~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-slider/dist/index.d.ts:120:50 - error TS2344: Type 'SliderSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'input' is incompatible with index signature.
Type '{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; } & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type '{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; } & { ...; }' is not assignable to type 'UnknownSlotProps'.
Type '{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; } & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
120 export declare type SliderState = ComponentState<SliderSlots> & Pick<SliderProps, 'disabled' | 'size' | 'vertical'>;
   ~~~~~~~~~~~
node_modules/@fluentui/react-spinbutton/dist/index.d.ts:34:59 - error TS2344: Type 'Partial<SpinButtonSlots>' does not satisfy the constraint 'SlotPropsRecord'.
Property 'input' is incompatible with index signature.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
34 export declare type SpinButtonProps = Omit<ComponentProps<Partial<SpinButtonSlots>, 'input'>, 'defaultValue' | 'onChange' | 'size' | 'value'> & {
   ~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-spinbutton/dist/index.d.ts:144:54 - error TS2344: Type 'SpinButtonSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'input' is incompatible with index signature.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
144 export declare type SpinButtonState = ComponentState<SpinButtonSlots> & Required<Pick<SpinButtonProps, 'appearance' | 'size'>> & {
   ~~~~~~~~~~~~~~~
node_modules/@fluentui/react-switch/dist/index.d.ts:35:55 - error TS2344: Type 'Partial<SwitchSlots>' does not satisfy the constraint 'SlotPropsRecord'.
Property 'input' is incompatible with index signature.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
35 export declare type SwitchProps = Omit<ComponentProps<Partial<SwitchSlots>, 'input'>, 'checked' | 'defaultChecked' | 'onChange'> & {
   ~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-switch/dist/index.d.ts:91:50 - error TS2344: Type 'SwitchSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'input' is incompatible with index signature.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
91 export declare type SwitchState = ComponentState<SwitchSlots> & Required<Pick<SwitchProps, 'labelPosition'>>;
   ~~~~~~~~~~~
node_modules/@fluentui/react-table/dist/index.d.ts:771:62 - error TS2344: Type 'Partial<TableSelectionCellSlots>' does not satisfy the constraint 'SlotPropsRecord'.
Property 'radioIndicator' is incompatible with index signature.
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'UnknownSlotProps'.
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">> | (SlotRenderFunction<...> & SlotRenderFunction<...>)' is not assignable to type 'ReactNode'.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
771 export declare type TableSelectionCellProps = ComponentProps<Partial<TableSelectionCellSlots>> & {
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-table/dist/index.d.ts:812:62 - error TS2344: Type 'TableSelectionCellSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'radioIndicator' is incompatible with index signature.
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'UnknownSlotProps'.
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">> | (SlotRenderFunction<...> & SlotRenderFunction<...>)' is not assignable to type 'ReactNode'.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
812 export declare type TableSelectionCellState = ComponentState<TableSelectionCellSlots> & Pick<Required<TableSelectionCellProps>, 'type' | 'checked' | 'subtle'> & Pick<TableContextValue, 'noNativeElements'> & {
   ~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-tag-picker/dist/index.d.ts:188:63 - error TS2344: Type 'Partial<TagPickerInputSlots>' does not satisfy the constraint 'SlotPropsRecord'.
Property 'root' is incompatible with index signature.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
188 export declare type TagPickerInputProps = Omit<ComponentProps<Partial<TagPickerInputSlots>>, 'children' | 'size' | 'defaultValue'> & Pick<ComboboxProps, 'clearable' | 'appearance'> & {
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-tag-picker/dist/index.d.ts:200:58 - error TS2344: Type 'TagPickerInputSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'root' is incompatible with index signature.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
200 export declare type TagPickerInputState = ComponentState<TagPickerInputSlots> & Pick<TagPickerContextValue, 'size' | 'disabled'>;
   ~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-tree/dist/index.d.ts:109:52 - error TS2344: Type 'TreeSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'collapseMotion' is incompatible with index signature.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
109 export declare type FlatTreeProps = ComponentProps<TreeSlots> & {
   ~~~~~~~~~
node_modules/@fluentui/react-tree/dist/index.d.ts:183:52 - error TS2344: Type 'TreeSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'collapseMotion' is incompatible with index signature.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
183 export declare type FlatTreeState = ComponentState<FlatTreeSlots> & TreeContextValue & {
   ~~~~~~~~~~~~~
node_modules/@fluentui/react-tree/dist/index.d.ts:499:58 - error TS2344: Type 'Partial<TreeItemLayoutSlots>' does not satisfy the constraint 'SlotPropsRecord'.
Property 'selector' is incompatible with index signature.
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<CheckboxSlots>, "input">, "size" | "onChange" | "defaultChecked" | "checked"> & { checked?: boolean | "mixed"; ... 5 more ...; size?: "medium" | "large"; } & RefAttributes<...>> | WithSlotRenderFunction<...>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'UnknownSlotProps'.
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">> | (SlotRenderFunction<...> & SlotRenderFunction<...>)' is not assignable to type 'ReactNode'.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
499 export declare type TreeItemLayoutProps = ComponentProps<Partial<TreeItemLayoutSlots>>;
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-tree/dist/index.d.ts:541:58 - error TS2344: Type 'TreeItemLayoutSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'selector' is incompatible with index signature.
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<CheckboxSlots>, "input">, "size" | "onChange" | "defaultChecked" | "checked"> & { checked?: boolean | "mixed"; ... 5 more ...; size?: "medium" | "large"; } & RefAttributes<...>> | WithSlotRenderFunction<...>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'UnknownSlotProps'.
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">> | (SlotRenderFunction<...> & SlotRenderFunction<...>)' is not assignable to type 'ReactNode'.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
541 export declare type TreeItemLayoutState = ComponentState<TreeItemLayoutSlots> & {
   ~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-tree/dist/index.d.ts:586:65 - error TS2344: Type 'Partial<TreeItemPersonaLayoutSlots>' does not satisfy the constraint 'SlotPropsRecord'.
Property 'selector' is incompatible with index signature.
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<CheckboxSlots>, "input">, "size" | "onChange" | "defaultChecked" | "checked"> & { checked?: boolean | "mixed"; ... 5 more ...; size?: "medium" | "large"; } & RefAttributes<...>> | WithSlotRenderFunction<...>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'UnknownSlotProps'.
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">> | (SlotRenderFunction<...> & SlotRenderFunction<...>)' is not assignable to type 'ReactNode'.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
586 export declare type TreeItemPersonaLayoutProps = ComponentProps<Partial<TreeItemPersonaLayoutSlots>>;
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-tree/dist/index.d.ts:607:65 - error TS2344: Type 'TreeItemPersonaLayoutSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'selector' is incompatible with index signature.
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<CheckboxSlots>, "input">, "size" | "onChange" | "defaultChecked" | "checked"> & { checked?: boolean | "mixed"; ... 5 more ...; size?: "medium" | "large"; } & RefAttributes<...>> | WithSlotRenderFunction<...>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'UnknownSlotProps'.
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">> | (SlotRenderFunction<...> & SlotRenderFunction<...>)' is not assignable to type 'ReactNode'.
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
607 export declare type TreeItemPersonaLayoutState = ComponentState<TreeItemPersonaLayoutSlots> & {
   ~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-tree/dist/index.d.ts:748:48 - error TS2344: Type 'TreeSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'collapseMotion' is incompatible with index signature.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
748 export declare type TreeProps = ComponentProps<TreeSlots> & {
   ~~~~~~~~~
node_modules/@fluentui/react-tree/dist/index.d.ts:840:27 - error TS2344: Type 'PresenceMotionSlotProps' does not satisfy the constraint 'ComponentType<{}> | UnknownSlotProps | keyof IntrinsicElements | VoidFunctionComponent<{}>'.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
840 collapseMotion?: Slot<PresenceMotionSlotProps>;
   ~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fluentui/react-tree/dist/index.d.ts:846:48 - error TS2344: Type 'TreeSlots' does not satisfy the constraint 'SlotPropsRecord'.
Property 'collapseMotion' is incompatible with index signature.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
Types of property 'children' are incompatible.
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
846 export declare type TreeState = ComponentState<TreeSlots> & {
   ~~~~~~~~~
Found 68 errors in 19 files.
Errors Files
3 node_modules/@fluentui/react-accordion/dist/index.d.ts:154
5 node_modules/@fluentui/react-avatar/dist/index.d.ts:101
6 node_modules/@fluentui/react-card/dist/index.d.ts:92
7 node_modules/@fluentui/react-carousel/dist/index.d.ts:220
2 node_modules/@fluentui/react-checkbox/dist/index.d.ts:29
2 node_modules/@fluentui/react-combobox/dist/index.d.ts:180
7 node_modules/@fluentui/react-dialog/dist/index.d.ts:156
7 node_modules/@fluentui/react-drawer/dist/index.d.ts:221
2 node_modules/@fluentui/react-image/dist/index.d.ts:16
2 node_modules/@fluentui/react-input/dist/index.d.ts:25
2 node_modules/@fluentui/react-radio/dist/index.d.ts:107
2 node_modules/@fluentui/react-rating/dist/index.d.ts:101
2 node_modules/@fluentui/react-search/dist/index.d.ts:32
2 node_modules/@fluentui/react-slider/dist/index.d.ts:38
2 node_modules/@fluentui/react-spinbutton/dist/index.d.ts:34
2 node_modules/@fluentui/react-switch/dist/index.d.ts:35
2 node_modules/@fluentui/react-table/dist/index.d.ts:771
2 node_modules/@fluentui/react-tag-picker/dist/index.d.ts:188
9 node_modules/@fluentui/react-tree/dist/index.d.ts:109