diff --git a/index.d.ts b/index.d.ts index 44689f8d24a..4d1881d1b03 100644 --- a/index.d.ts +++ b/index.d.ts @@ -145,7 +145,7 @@ declare module '@primer/components' { export const StyledOcticon: React.FunctionComponent - export interface DropdownProps extends React.Props, StyledSystem.ColorProps, StyledSystem.SpaceProps, ButtonProps { + export interface DropdownProps extends React.Props, StyledSystem.ColorProps, StyledSystem.SpaceProps, Omit { as?: React.ReactType title?: string | React.ReactNode }