UNPKG

@elastic/eui

Version:

Elastic UI Component Library

22 lines (20 loc) 858 B
import _extends from "@babel/runtime/helpers/extends"; /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ import React, { forwardRef } from 'react'; import { EuiFlyout } from './flyout'; import { jsx as ___EmotionJSX } from "@emotion/react"; // If not omitted, the correct props don't show up in the docs prop table export var EuiFlyoutResizable = /*#__PURE__*/forwardRef(function (props, ref) { return ___EmotionJSX(EuiFlyout, _extends({ ref: ref }, props, { resizable: true })); }); EuiFlyoutResizable.displayName = 'EuiFlyoutResizable';