UNPKG
@rc-component/cascader
Version:
latest (1.7.0)
1.7.0
1.7.0-alpha.1
1.7.0-alpha.0
1.6.1
1.6.0
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
cascade select ui component for react
github.com/react-component/cascader
react-component/cascader
@rc-component/cascader
/
lib
/
OptionList
/
index.d.ts
5 lines
(4 loc)
•
244 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
RefOptionListProps
}
from
'@rc-component/select/lib/OptionList'
;
import
*
as
React
from
'react'
;
declare
const
RefOptionList
:
React
.
ForwardRefExoticComponent
<
React
.
RefAttributes
<
RefOptionListProps
>>;
export
default
RefOptionList
;