UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

29 lines (28 loc) 885 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WizardNextButtonProperties = void 0; const WizardNextButtonProperties = exports.WizardNextButtonProperties = { icon: { doc: 'The icon shown in the button. Defaults to `chevron_right`.', type: ['string', 'React.ReactNode'], status: 'optional' }, iconPosition: { doc: 'Position of the icon inside the button. Defaults to `right`.', type: ['"left"', '"right"', '"top"'], status: 'optional' }, '[Button](/uilib/components/button/properties)': { doc: 'All button properties, except `variant`.', type: 'Various', status: 'optional' }, '[Space](/uilib/layout/space/properties)': { doc: 'Spacing properties like `top` or `bottom` are supported.', type: ['string', 'object'], status: 'optional' } }; //# sourceMappingURL=NextButtonDocs.js.map