Type alias GifPickerState

GifPickerState: {
    error: null;
    gifImages: IGif[];
    isLoading: boolean;
}

Type declaration

  • error: null
  • gifImages: IGif[]
  • isLoading: boolean

Generated using TypeDoc