UNPKG

epn-ui

Version:

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

11 lines (8 loc) 636 B
import React from 'react'; import clsx from 'clsx'; import Divider from 'antd/lib/divider'; var BaseDivider = function (_a) { var className = _a.className, style = _a.style, children = _a.children, dashed = _a.dashed, orientation = _a.orientation, orientationMargin = _a.orientationMargin, _b = _a.plain, plain = _b === void 0 ? true : _b, type = _a.type; return (React.createElement(Divider, { className: clsx('epn-divider', className), style: style, dashed: dashed, orientation: orientation, orientationMargin: orientationMargin, plain: plain, type: type }, children)); }; export { BaseDivider, BaseDivider as default };