@atlaskit/lozenge
Version:
A lozenge is a visual indicator used to highlight an item's status for quick recognition.
10 lines (9 loc) • 475 B
TypeScript
import { type LozengeBaseProps } from './types';
/**
* __New Lozenge__
*
* A lozenge is a visual indicator used to highlight an item's status for quick recognition.
* This is the updated version with the new North Star visual language.
*/
declare const LozengeBase: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<Omit<LozengeBaseProps, 'ref'> & import('react').RefAttributes<HTMLButtonElement | HTMLElement>>>;
export default LozengeBase;