UNPKG

carpooluikit

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