UNPKG

@react-tabtab-next/tabtab

Version:

[TypeScript] A mobile support, draggable, editable and api based Tab for ReactJS

8 lines (7 loc) 572 B
/// <reference types="react" /> import { TabListElementProps } from './TabListElement'; export declare const buttonWidth = 35; export declare const TabListStyle: import("styled-components").StyledComponent<import("react").FC<TabListElementProps>, any, {}, never>; export declare const ListInner: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const ListScroll: import("styled-components").StyledComponent<"ul", any, {}, never>; export declare const ActionButtonStyle: import("styled-components").StyledComponent<"div", any, {}, never>;