UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

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