UNPKG

223 BTypeScriptView Raw
1import * as React from "react";
2
3declare namespace MediaList {
4 export type MediaListProps = React.HTMLProps<MediaList>;
5}
6declare class MediaList extends React.Component<MediaList.MediaListProps> {}
7export = MediaList;