UNPKG

xverse-components-volume

Version:

xverse components volume

4 lines (3 loc) 182 B
/// <reference types="react" /> import { IVolume } from './types'; export declare const Volume: import("react").MemoExoticComponent<(props: IVolume) => import("react").JSX.Element>;