UNPKG

@primer/components

Version:
12 lines (11 loc) 528 B
/// <reference types="react" /> import { SystemCommonProps } from '../constants'; import { SxProp } from '../sx'; import { ComponentProps } from '../utils/types'; declare const SelectMenuTabsBase: import("styled-components").StyledComponent<"div", any, SystemCommonProps & SxProp, never>; export declare type SelectMenuTabsProps = ComponentProps<typeof SelectMenuTabsBase>; declare const SelectMenuTabs: { ({ children, ...rest }: SelectMenuTabsProps): JSX.Element; displayName: string; }; export default SelectMenuTabs;