UNPKG

khamba

Version:

A cli tool for sharing files through local network.

7 lines (6 loc) 171 B
import React from 'react'; type PropType = { speed?: number; }; declare const WaveAnimation: ({ speed }: PropType) => React.JSX.Element; export default WaveAnimation;