UNPKG

@sikka/hawa

Version:

Modern UI Kit made with Tailwind

19 lines (16 loc) 367 B
import React__default from 'react'; type SingleAppTab = { label: string; value?: string; icon?: React__default.ReactNode; path?: string; action?: any; onMouseDown?: any; onClick?: any; }; type AppTabsType = { className?: string; tabs: SingleAppTab[]; }; declare const AppTabs: React__default.FC<AppTabsType>; export { AppTabs };