@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 FooterOuter = forwardRef(function (_ref, __cmplr) {
var _ref$as = _ref.as,
C = _ref$as === void 0 ? "div" : _ref$as,
__cmpls = _ref.style,
__cmplp = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
style: __cmpls,
ref: __cmplr,
className: ax(["_1e0c1txw _1bsb1osq _p12f1fdn _1bah1yb4 _19pkxy5q _2ilritcz _1cmc1ejb _ad4g1h6o", __cmplp.className])
}));
});
if (process.env.NODE_ENV !== 'production') {
FooterOuter.displayName = 'FooterOuter';
}