UNPKG

swap-chat-react

Version:
11 lines (10 loc) 309 B
import React from 'react'; export declare type TabType = { title: string; icon: React.ReactNode; type: string; component: React.ReactNode; }; export declare const PCTabMaps: TabType[]; export declare const MobileTabMaps: TabType[]; export declare const DashBoard: () => JSX.Element;