Files
copilot-toolbox-sdfdsfds/node_modules/antd/lib/notification/interface.js
2026-01-16 01:51:36 +00:00

7 lines
255 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.NotificationPlacements = void 0;
const NotificationPlacements = exports.NotificationPlacements = ['top', 'topLeft', 'topRight', 'bottom', 'bottomLeft', 'bottomRight'];