MinJieLiu 5 anni fa
parent
commit
5b6e234b34
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      example/src/index.tsx

+ 2 - 2
example/src/index.tsx

@@ -86,6 +86,6 @@ export const ControlledView = () => {
 
 export function IPhotoProviderForwardProps(props: IPhotoProvider) {}
 
-export function IPhotoConsumerForwardProps(props: IPhotoProvider) {}
+export function IPhotoConsumerForwardProps(props: IPhotoConsumer) {}
 
-export function IPhotoSliderForwardProps(props: IPhotoProvider) {}
+export function IPhotoSliderForwardProps(props: IPhotoSliderProps) {}