UNPKG
rn-sheet
Version:
latest (1.0.1)
1.0.1
1.0.0
github.com/kamajus/RNSheet
kamajus/RNSheet
rn-sheet
/
dist
/
src
/
index.d.ts
5 lines
•
265 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
type
{
ActionSheetProps
,
ActionSheetRef
}
from
'./types'
;
declare
const
_default
:
React
.
ForwardRefExoticComponent
<
ActionSheetProps
&
React
.
RefAttributes
<
ActionSheetRef
>>;
export
default
_default;
//# sourceMappingURL=index.d.ts.map