UNPKG

@procore/core-react

Version:
4 lines (3 loc) 162 B
import React from 'react'; import type { BadgePillProps } from './BadgePill.types'; export declare const BadgePill: (props: BadgePillProps) => React.JSX.Element;