UNPKG
carpooluikit
Version:
latest (1.0.0)
1.0.0
carpool finance uikit
github.com/TiscotSerVices/blzd-uikit
TiscotSerVices/blzd-uikit
carpooluikit
/
dist
/
widgets
/
Menu
/
components
/
PanelFooter.d.ts
7 lines
(6 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
React
from
"react"
;
import
{
PanelProps
,
PushedProps
}
from
"../types"
;
interface
Props
extends
PanelProps
,
PushedProps
{ }
declare
const
PanelFooter
:
React
.
FC
<
Props
>;
export
default
PanelFooter
;