UNPKG

@wordpress/components

Version:
18 lines (17 loc) 530 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useDeprecated36pxDefaultSizeProp = useDeprecated36pxDefaultSizeProp; function useDeprecated36pxDefaultSizeProp(props) { const { __next36pxDefaultSize, __next40pxDefaultSize, ...otherProps } = props; return { ...otherProps, __next40pxDefaultSize: __next40pxDefaultSize !== null && __next40pxDefaultSize !== void 0 ? __next40pxDefaultSize : __next36pxDefaultSize }; } //# sourceMappingURL=use-deprecated-props.js.map