UNPKG

native-fn

Version:
5 lines (4 loc) 124 B
import { MediaType } from "../constants/media"; export declare interface MediaInstance { open(type: MediaType): void; }