UNPKG

@gsmlg/three-fiber

Version:
37 lines (36 loc) 2.24 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.Exhibition = void 0; var React = _interopRequireWildcard(require("react")); var _LamborghiniUrus = require("./LamborghiniUrus"); var _jsxRuntime = require("react/jsx-runtime"); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } var _default = { title: 'ModelExhibition/LamborghiniUrus', component: _LamborghiniUrus.LamborghiniUrus, // More on argTypes: https://storybook.js.org/docs/react/api/argtypes argTypes: {} }; // More on component templates: https://storybook.js.org/docs/react/writing-stories/introduction#using-args exports.default = _default; const Template = args => /*#__PURE__*/(0, _jsxRuntime.jsx)("div", { style: { width: 800, height: 480 }, children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_LamborghiniUrus.LamborghiniUrus, { ...args }) }); const Exhibition = Template.bind({}); // More on args: https://storybook.js.org/docs/react/writing-stories/args exports.Exhibition = Exhibition; Exhibition.args = { backgroundColor: '#101010', meshColor: '#4398b6', fogColor: '#101010', wheelColor: 'gold', carColor: '#100010' };