UNPKG

react-native-media-controls

Version:

A sweet UI component to manipulate your media. Strongly typed using Typescript.

7 lines (6 loc) 171 B
import React from "react"; declare type Props = { children: React.ReactNode; }; declare const Toolbar: ({ children }: Props) => JSX.Element; export { Toolbar };