UNPKG

react-frequency

Version:

A simple React component and hook which creates a frequency and play it !

5 lines (4 loc) 198 B
/// <reference types="react" /> import IFrequency from '../../interface/IFrequency'; declare const Frequency: ({ type, oscillator, gain, hz, }: IFrequency) => JSX.Element; export default Frequency;