UNPKG

@primer/components

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