UNPKG

@primer/components

Version:
7 lines (6 loc) 377 B
import { SystemCommonProps } from '../constants'; import { SxProp } from '../sx'; import { ComponentProps } from '../utils/types'; declare const SelectMenuDivider: import("styled-components").StyledComponent<"div", any, SystemCommonProps & SxProp, never>; export declare type SelectMenuDividerProps = ComponentProps<typeof SelectMenuDivider>; export default SelectMenuDivider;