UNPKG

lune-ui-lib

Version:

Lune UI Components Library

10 lines (9 loc) 218 B
import type { SxProps } from '@mui/material'; import React, { FC } from 'react'; declare const Chip: FC<{ label: string; icon?: React.ReactElement; sx?: SxProps; href?: string; }>; export default Chip;