UNPKG

epn-ui

Version:

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

5 lines (4 loc) 163 B
import React from 'react'; import { IBaseSwitchProps } from './types'; export declare const BaseSwitch: React.FC<IBaseSwitchProps>; export default BaseSwitch;