UNPKG

@fesjs/fes-design

Version:
10 lines (6 loc) 254 B
import getPrefixCls from '../_util/getPrefixCls'; const prefixCls = getPrefixCls('drawer'); const COMPONENT_NAME = 'FDrawer'; /** 抽屉拖拽时,最小的尺寸 */ const DRAWER_MIN_SIZE = 200; export { COMPONENT_NAME, DRAWER_MIN_SIZE, prefixCls };