UNPKG

@logicflow/dumi-theme-simple

Version:
14 lines (13 loc) 287 B
import React from 'react'; type Company = { name: string; img: string; }; interface CompaniesProps { title: any; companyGallery: Company; className?: string; style?: React.CSSProperties; } export declare const CompanyGallery: React.FC<CompaniesProps>; export {};