UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

5 lines (4 loc) 160 B
import { ComponentType } from 'react'; import { ChipProps } from './Chip.types'; declare const StyledChip: ComponentType<ChipProps>; export default StyledChip;