UNPKG
@twilio-paste/paste-reakit-fork
Version:
latest (1.4.1)
1.4.1
Forked Reakit that addresses SSR hydration issues
twilio-labs/paste-reakit
@twilio-paste/paste-reakit-fork
/
ts
/
Composite
/
__utils
/
getCurrentId.d.ts
3 lines
(2 loc)
•
211 B
TypeScript
View Raw
1
2
3
import
{
CompositeState
}
from
"../CompositeState"
;
export
declare
function
getCurrentId
(
options
:
Pick
<
CompositeState
,
"currentId"
|
"items"
>,
passedId
?:
CompositeState
[
"currentId"
]
):
string
|
null
|
undefined
;