UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

11 lines (8 loc) 232 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PlaceMent = void 0; var _type = require("../../_util/type"); var PlaceMent = (0, _type.tuple)('top', 'bottom'); exports.PlaceMent = PlaceMent;