UNPKG

oadp-material

Version:
11 lines (10 loc) 261 B
import * as React from 'react'; import './index.scss'; export interface OadpIframeProps { name?: string; src?: string; page?: string; style?: React.CSSProperties; } declare const OadpIframe: React.FC<OadpIframeProps>; export default OadpIframe;