We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc1a82 commit 754cee1Copy full SHA for 754cee1
flow/wrapper.flow.js
@@ -3,12 +3,6 @@
3
import type Wrapper from '~src/Wrapper'
4
import type WrapperArray from '~src/WrapperArray'
5
6
-// declare type RefSelector = {
7
-// ref: string,
8
-// }
9
-
10
-// declare type Selector = string | Component | RefSelector
11
-// Component is not getting imported
12
declare type Selector = any
13
14
declare interface BaseWrapper { // eslint-disable-line no-undef
0 commit comments