UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

60 lines 1.4 kB
export const InfoOverlaySuccessProperties = { title: { doc: 'The title of the component.', type: 'React.Node', status: 'optional' }, description: { doc: 'The description of the component.', type: 'React.Node', status: 'optional' }, buttonText: { doc: 'The text of the button.', type: 'React.Node', status: 'optional' }, buttonHref: { doc: 'The href of the button.', type: 'string', status: 'optional' }, buttonClickHandler: { doc: 'The click handler of the button.', type: 'function', status: 'optional' }, '[Section](/uilib/components/section/properties)': { doc: 'All Section properties.', type: 'various', status: 'optional' } }; export const InfoOverlayErrorProperties = { title: { doc: 'The title of the component.', type: 'React.Node', status: 'optional' }, description: { doc: 'The description of the component.', type: 'React.Node', status: 'optional' }, cancelButton: { doc: 'The text of the cancel button.', type: 'React.Node', status: 'optional' }, retryButton: { doc: 'The text of the retry button.', type: 'React.Node', status: 'optional' }, '[Section](/uilib/components/section/properties)': { doc: 'All Section properties.', type: 'various', status: 'optional' } }; //# sourceMappingURL=InfoOverlayDocs.js.map