UNPKG

@ozen-ui/kit

Version:

React component library

8 lines (7 loc) 398 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DRAWER_DEFAULT_HIDE_CLOSE_BUTTON = exports.DRAWER_DEFAULT_PLACEMENT = exports.DRAWER_DEFAULT_SIZE = exports.DRAWER_DEFAULT_VARIANT = void 0; exports.DRAWER_DEFAULT_VARIANT = 'medium'; exports.DRAWER_DEFAULT_SIZE = 'l'; exports.DRAWER_DEFAULT_PLACEMENT = 'right'; exports.DRAWER_DEFAULT_HIDE_CLOSE_BUTTON = false;