UNPKG

chaichai

Version:

[![NPM](https://img.shields.io/npm/v/chaichai.svg)](https://www.npmjs.com/package/chaichai) [![npm downloads](https://img.shields.io/npm/dm/chaichai.svg)](https://www.npmjs.com/package/chaichai) [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeSc

13 lines (12 loc) 325 B
/// <reference types="react" /> import { ImageStreamType } from '../interface-type'; declare const Imagestream: { (props: ImageStreamType): JSX.Element; defaultProps: { streaming: boolean; setting: null; width: number; height: number; }; }; export default Imagestream;