UNPKG

react-smartphone

Version:

![Demo](https://github.com/Turutupa/react-smartphone/blob/main/demo.gif)

10 lines 240 B
export interface VolumeProps { color?: string; } interface Props { color?: string; callback?: () => void; } export default function VolumeButtons(props: Props): JSX.Element; export {}; //# sourceMappingURL=VolumeButtons.d.ts.map