您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

1 行
1.8 KiB

  1. "use strict";(self.webpackChunk_ihk24_storybook=self.webpackChunk_ihk24_storybook||[]).push([[1958],{"./stories/components/ihk-switch/IHKSwitch.stories.js":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{IHKSwitch:()=>IHKSwitch,__namedExportsOrder:()=>__namedExportsOrder,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/core-js/modules/es.object.assign.js"),__webpack_require__("./node_modules/core-js/modules/es.function.bind.js"),__webpack_require__("./node_modules/core-js/modules/es.error.cause.js"),__webpack_require__("./node_modules/core-js/modules/es.error.to-string.js");var _IHKSwitchComponent__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("./stories/components/ihk-switch/IHKSwitchComponent.js");function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i<arguments.length;i++){var source=arguments[i];for(var key in source)Object.prototype.hasOwnProperty.call(source,key)&&(target[key]=source[key])}return target},_extends.apply(this,arguments)}const __WEBPACK_DEFAULT_EXPORT__={title:"Components/IHK Switch",parameters:{layout:"padded"},args:{currentIHK:"Musterstadt",myIHK:"Hamburg"}};var IHKSwitch=function Template(_ref){var args=_extends({},(function _objectDestructuringEmpty(obj){if(null==obj)throw new TypeError("Cannot destructure "+obj)}(_ref),_ref));return(0,_IHKSwitchComponent__WEBPACK_IMPORTED_MODULE_4__.f)(Object.assign({},args))}.bind({});IHKSwitch.args={};var __namedExportsOrder=["IHKSwitch"];IHKSwitch.parameters={...IHKSwitch.parameters,docs:{...IHKSwitch.parameters?.docs,source:{originalSource:"({\n ...args\n}) => {\n return createIhkSwitch({\n ...args\n });\n}",...IHKSwitch.parameters?.docs?.source}}}}}]);