UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

11 lines 531 B
import type { IconProps } from '@primer/octicons-react'; import React from 'react'; import type { SxProp } from '../sx'; import type { ComponentProps } from '../utils/types'; declare const Octicon: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<{ icon: React.ElementType; color?: string | undefined; } & IconProps & React.RefAttributes<SVGSVGElement>>, any, SxProp, never>; export type OcticonProps = ComponentProps<typeof Octicon>; export default Octicon; //# sourceMappingURL=Octicon.d.ts.map