Search
Search
Search
Search
Information
Information
Light
Dark
Open actions menu
Basic upload method
Bypass upload method
Tips!
If you encounter an error (by firewall) while uploading using both methods,
try changing extension of the file before uploading it and rename it right after.
This uploader supports multiple file upload.
Submit
~
var
www
uibuilder.cmshelp.dk
httpdocs
node_modules
@mui
material
DefaultPropsProvider
File Content:
DefaultPropsProvider.js
'use client'; import * as React from 'react'; import PropTypes from 'prop-types'; import SystemDefaultPropsProvider, { useDefaultProps as useSystemDefaultProps } from '@mui/system/DefaultPropsProvider'; import { jsx as _jsx } from "react/jsx-runtime"; function DefaultPropsProvider(props) { return /*#__PURE__*/_jsx(SystemDefaultPropsProvider, { ...props }); } process.env.NODE_ENV !== "production" ? DefaultPropsProvider.propTypes /* remove-proptypes */ = { // ┌────────────────────────────── Warning ──────────────────────────────┐ // │ These PropTypes are generated from the TypeScript type definitions. │ // │ To update them, edit the TypeScript types and run `pnpm proptypes`. │ // └─────────────────────────────────────────────────────────────────────┘ /** * @ignore */ children: PropTypes.node, /** * @ignore */ value: PropTypes.object.isRequired } : void 0; export default DefaultPropsProvider; export function useDefaultProps(params) { return useSystemDefaultProps(params); }
Edit
Download
Unzip
Chmod
Delete