UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

19 lines (18 loc) 528 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PortalRootProperties = void 0; const PortalRootProperties = exports.PortalRootProperties = { innerRef: { doc: 'The ref of the element that will be used.', type: ['React.Ref<HTMLElement>', 'React.MutableRefObject<HTMLElement>'], status: 'optional' }, children: { doc: 'The content that will be placed in a React Portal.', type: ['ReactNode'], status: 'required' } }; //# sourceMappingURL=PortalRootDocs.js.map