UNPKG

epn-ui

Version:

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

5 lines (4 loc) 148 B
import type { ModalProps } from 'antd/es/modal'; export interface IBaseDialogProps extends ModalProps { size?: 'lg' | 'md' | 'sm' | 'xs'; }