UNPKG

@procore/core-react

Version:
6 lines (5 loc) 143 B
import React from 'react'; declare const Iframe: ({ title }: { title?: string | undefined; }) => React.JSX.Element; export default Iframe;