UNPKG

epn-ui

Version:

Дизайн система кабинета ВМ

6 lines (5 loc) 160 B
import React from 'react'; import './style.scss'; import { IChipsProps } from './types'; declare const Chips: React.FC<IChipsProps>; export default Chips;