UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

66 lines (65 loc) 1.63 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InfoOverlaySuccessProperties = exports.InfoOverlayErrorProperties = void 0; const InfoOverlaySuccessProperties = exports.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' } }; const InfoOverlayErrorProperties = exports.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