|
| 1 | +/********************************************************************** |
| 2 | + * Extern for FloatingUIReact |
| 3 | + * Generated by http://jmmk.github.io/javascript-externs-generator |
| 4 | + * Loaded resources: |
| 5 | + * https://github.com/facebook/react/releases/download/v16.6.0/react.production.min.js |
| 6 | + * https://unpkg.com/@floating-ui/[email protected]/dist/floating-ui.core.umd.js |
| 7 | + * https://unpkg.com/@floating-ui/[email protected]/dist/floating-ui.dom.umd.js |
| 8 | + * https://unpkg.com/@floating-ui/[email protected]/dist/floating-ui.react-dom.umd.js |
| 9 | + * https://unpkg.com/@floating-ui/[email protected]/dist/floating-ui.react.umd.js |
| 10 | + **********************************************************************/ |
| 11 | +var FloatingUIReact = { |
| 12 | + "FloatingArrow": { |
| 13 | + "$$typeof": {}, |
| 14 | + "render": function () {} |
| 15 | + }, |
| 16 | + "FloatingDelayGroup": function () {}, |
| 17 | + "FloatingFocusManager": function () {}, |
| 18 | + "FloatingList": function () {}, |
| 19 | + "FloatingNode": function () {}, |
| 20 | + "FloatingOverlay": { |
| 21 | + "$$typeof": {}, |
| 22 | + "render": function () {} |
| 23 | + }, |
| 24 | + "FloatingPortal": function () {}, |
| 25 | + "FloatingTree": function () {}, |
| 26 | + "arrow": function () {}, |
| 27 | + "autoPlacement": function () {}, |
| 28 | + "autoUpdate": function () {}, |
| 29 | + "computePosition": function () {}, |
| 30 | + "detectOverflow": function () {}, |
| 31 | + "flip": function () {}, |
| 32 | + "getOverflowAncestors": function () {}, |
| 33 | + "hide": function () {}, |
| 34 | + "inline": function () {}, |
| 35 | + "inner": function () {}, |
| 36 | + "limitShift": function () {}, |
| 37 | + "offset": function () {}, |
| 38 | + "platform": { |
| 39 | + "convertOffsetParentRelativeRectToViewportRelativeRect": function () {}, |
| 40 | + "getClientRects": function () {}, |
| 41 | + "getClippingRect": function () {}, |
| 42 | + "getDimensions": function () {}, |
| 43 | + "getDocumentElement": function () {}, |
| 44 | + "getElementRects": function () {}, |
| 45 | + "getOffsetParent": function () {}, |
| 46 | + "getScale": function () {}, |
| 47 | + "isElement": function () {}, |
| 48 | + "isRTL": function () {} |
| 49 | + }, |
| 50 | + "safePolygon": function () {}, |
| 51 | + "shift": function () {}, |
| 52 | + "size": function () {}, |
| 53 | + "useClick": function () {}, |
| 54 | + "useClientPoint": function () {}, |
| 55 | + "useDelayGroup": function () {}, |
| 56 | + "useDelayGroupContext": function () {}, |
| 57 | + "useDismiss": function () {}, |
| 58 | + "useFloating": function () {}, |
| 59 | + "useFloatingNodeId": function () {}, |
| 60 | + "useFloatingParentNodeId": function () {}, |
| 61 | + "useFloatingPortalNode": function () {}, |
| 62 | + "useFloatingTree": function () {}, |
| 63 | + "useFocus": function () {}, |
| 64 | + "useHover": function () {}, |
| 65 | + "useId": function () {}, |
| 66 | + "useInnerOffset": function () {}, |
| 67 | + "useInteractions": function () {}, |
| 68 | + "useListItem": function () {}, |
| 69 | + "useListNavigation": function () {}, |
| 70 | + "useMergeRefs": function () {}, |
| 71 | + "useRole": function () {}, |
| 72 | + "useTransitionStatus": function () {}, |
| 73 | + "useTransitionStyles": function () {}, |
| 74 | + "useTypeahead": function () {} |
| 75 | +}; |
| 76 | +/********************************************************************** |
| 77 | + * End Generated Extern for FloatingUIReact |
| 78 | +/**********************************************************************/ |
| 79 | + |
| 80 | +/********************************************************************** |
| 81 | + * Start for manual externs |
| 82 | +/**********************************************************************/ |
| 83 | +Object.prototype.setReference = function() {}; |
| 84 | +Object.prototype.setFloating = function() {}; |
| 85 | +Object.prototype.getReferenceProps = function () {}; |
| 86 | +Object.prototype.getFloatingProps = function() {}; |
| 87 | +/********************************************************************** |
| 88 | + * End for manual externs |
| 89 | +/**********************************************************************/ |
0 commit comments