@atlaskit/focused-task-close-account
Version:
This package contains all of the UI components needed to assemble the focused tasks for deactivating and deleting users' accounts in accordance with the GDPR "Right to be forgotten".
24 lines (23 loc) • 1.07 kB
JavaScript
/* styled.tsx generated by @compiled/babel-plugin v0.39.1 */
import _extends from "@babel/runtime/helpers/extends";
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
var _excluded = ["as", "style"];
import "./styled.compiled.css";
import { forwardRef } from 'react';
import * as React from 'react';
import { ax, ix } from "@compiled/react/runtime";
/* eslint-disable @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766 */
export var TriggerButton = forwardRef(function (_ref, __cmplr) {
var _ref$as = _ref.as,
C = _ref$as === void 0 ? "button" : _ref$as,
__cmpls = _ref.style,
__cmplp = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
style: __cmpls,
ref: __cmplr,
className: ax(["_11q7glyw _19itglyw _ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _80om73ad", __cmplp.className])
}));
});
if (process.env.NODE_ENV !== 'production') {
TriggerButton.displayName = 'TriggerButton';
}