UNPKG

carpooluikit

Version:
10 lines (9 loc) 221 B
import React from "react"; interface Props { isPushed: boolean; isDark: boolean; togglePush: () => void; href: string; } declare const _default: React.NamedExoticComponent<Props>; export default _default;