UNPKG
mingoo.amotify
Version:
latest (0.0.0)
0.0.0
UI FW for React
github.com/IkkoKoyama/amotify
IkkoKoyama/amotify
mingoo.amotify
/
dist
/
functions
/
Layout
/
SwipeView
/
parts.d.ts
6 lines
(5 loc)
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
/// <reference types="react" />
import
{ fn }
from
'@declaration'
;
import
{
React
}
from
'@global'
;
export
declare
const
SwipeView
:
(
params
: fn.
Layout
.
SwipeView
.
Params
) =>
React
.
JSX
.
Element
;
export
declare
const
Core
:
React
.
FC
<fn.
Layout
.
SwipeView
.
Params
>;