UNPKG

@ozen-ui/kit

Version:

React component library

11 lines (10 loc) 368 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FILE_UPLOADER_SIZE_TO_LOADER_SIZE = exports.FILE_UPLOADER_LOADER_DEFAULT_TAG = void 0; var Stack_1 = require("../../../Stack"); exports.FILE_UPLOADER_LOADER_DEFAULT_TAG = Stack_1.STACK_DEFAULT_TAG; exports.FILE_UPLOADER_SIZE_TO_LOADER_SIZE = { s: 's', m: 'm', l: 'l', };