UNPKG

matrix-react-sdk

Version:
9 lines (8 loc) 270 B
import React from "react"; import { LocationShareType } from "./shareLocation"; interface Props { setShareType: (shareType: LocationShareType) => void; enabledShareTypes: LocationShareType[]; } declare const ShareType: React.FC<Props>; export default ShareType;