UNPKG

@moderntribe/wme-ui

Version:

Components and hooks to build the best UX/UI admin wizards

5 lines 171 B
import type React from 'react'; import { ChipProps } from '@mui/material'; declare const Chip: React.FC<ChipProps>; export default Chip; //# sourceMappingURL=chip.d.ts.map