UNPKG

@vnmfify/core

Version:

```shell npm i @vnmfify/core -S ```

8 lines (7 loc) 212 B
import { ReactNode } from "react"; export declare type SidebarTabKey = string | number | undefined; export interface SidebarTabObject { value?: any; children?: ReactNode; disabled?: boolean; }