UNPKG
@2e32/react-select
Version:
latest (1.0.1)
1.0.1
A React select component
github.com/2e32/react-select
2e32/react-select
@2e32/react-select
/
dist
/
js
/
types
/
utils
/
common.d.ts
3 lines
•
162 B
TypeScript
View Raw
1
2
3
import
type
{
Nullable
}
from
'../types'
;
export
declare
const
isSameValue
: <T, O>
(
value
:
Nullable
<T>,
option
: O
) =>
boolean
;
//# sourceMappingURL=common.d.ts.map