UNPKG

nsn-comp

Version:

NSN核心组件

5 lines (4 loc) 164 B
import { IFrameProps } from '../../@types'; import { FunctionComponent } from 'react'; declare const IFrame: FunctionComponent<IFrameProps>; export default IFrame;