import { __rest } from "tslib"; import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime"; import { memo } from "react"; import { Plugin } from "../Plugin"; const DEFAULT_GYRO_CONFIG = { softstart: 1, devices: "html5", keep: true, enabled: true, }; export const Gyro = memo((_a) => { var attrs = __rest(_a, []); return (_jsx(_Fragment, { children: _jsx(Plugin, Object.assign({ name: "skin_gyro" }, Object.assign(Object.assign({}, DEFAULT_GYRO_CONFIG), attrs))) })); });