@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
13 lines • 383 B
JavaScript
export const 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