UNPKG

@carbon/ibm-products

Version:

Carbon for IBM Products

23 lines (22 loc) 602 B
/** * Copyright IBM Corp. 2025 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ import React from 'react'; import './_storybook-styles.scss'; import mdx from './makeDraggable.mdx'; declare const _default: { title: string; parameters: { layout: string; docs: { page: typeof mdx; }; }; tags: string[]; }; export default _default; export declare const DraggableCustomDiv: () => React.JSX.Element; export declare const DraggablePopover: () => React.JSX.Element;