UNPKG

carpooluikit

Version:
7 lines (6 loc) 203 B
import React from "react"; import { PanelProps, PushedProps } from "../types"; interface Props extends PanelProps, PushedProps { } declare const PanelFooter: React.FC<Props>; export default PanelFooter;