UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

16 lines (15 loc) 431 B
"use strict"; "use client"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultProps = exports.UploadContext = void 0; var _react = require("react"); const defaultProps = exports.defaultProps = { fileMaxSize: 5, filesAmountLimit: 100, download: false, variant: 'normal' }; const UploadContext = exports.UploadContext = (0, _react.createContext)(null); //# sourceMappingURL=UploadContext.js.map