UNPKG

dsssp

Version:

React Library for Audio Processing and Visualization

12 lines 693 B
import { CSSProperties } from 'react'; import { FilterType } from './types'; export declare const getPointerPosition: (e: MouseEvent | TouchEvent) => { x: number; y: number; }; export declare const getZeroFreq: (type: FilterType) => boolean; export declare const getZeroGain: (type: FilterType) => boolean; export declare const getZeroQ: (type: FilterType) => boolean; export declare const getIconStyles: (type: FilterType | undefined | null, gain?: number) => CSSProperties; export declare const getIconSymbol: (type: FilterType) => "" | "" | "" | "" | "" | "" | "" | "" | ""; //# sourceMappingURL=utils.d.ts.map