UNPKG

liber-salti

Version:

Saltí - Liber Design System

8 lines (7 loc) 219 B
import React from 'react'; import { BadgeProps } from './Badge.types'; /** * Badge generates a small badge to the top-right of its child(ren) */ declare const Badge: React.FC<BadgeProps>; export default Badge;