UNPKG

@primer/components

Version:
6 lines (5 loc) 295 B
import { SxProp } from '../sx'; import { ComponentProps } from '../utils/types'; declare const SelectMenuList: import("styled-components").StyledComponent<"div", any, SxProp, never>; export declare type SelectMenuListProps = ComponentProps<typeof SelectMenuList>; export default SelectMenuList;