UNPKG

ze-react-component-library

Version:
10 lines (9 loc) 188 B
import React from "react"; interface UrlListProp { data: { url: string; title: string; }[]; } declare const UrlList: React.FC<UrlListProp>; export default UrlList;