UNPKG
@sunui-design/floating
Version:
latest (0.0.54)
0.0.54
0.0.53
0.0.50
0.0.32
0.0.31
0.0.26
0.0.25
0.0.24
0.0.23
Animated floating action button component for SunUI Design
@sunui-design/floating
/
dist
/
FloatingButton.d.ts
4 lines
•
191 B
TypeScript
View Raw
1
2
3
4
import
React
from
'react'
;
import
type
{
FloatingButtonProps
}
from
'./types'
;
export
declare
const
FloatingButton
:
React
.
FC
<
FloatingButtonProps
>;
//# sourceMappingURL=FloatingButton.d.ts.map