UNPKG

oadp-material

Version:
10 lines (9 loc) 220 B
import * as React from 'react'; import './index.scss'; export interface OadpImgProps { src?: string; className?: string; alt?: string; } declare const OadpImg: React.FC<OadpImgProps>; export default OadpImg;