UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

9 lines 218 B
import "./Share.scss"; import React from "react"; export interface ShareProps { title: string; url: string; } declare const Share: React.FC<ShareProps>; export default Share; //# sourceMappingURL=Share.d.ts.map