UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

19 lines (18 loc) 489 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ButtonRowProperties = void 0; const ButtonRowProperties = exports.ButtonRowProperties = { children: { doc: 'Buttons.', type: 'React.ReactNode', status: 'required' }, '[Space](/uilib/layout/space/properties)': { doc: 'Spacing properties like `top` or `bottom` are supported.', type: ['string', 'object'], status: 'optional' } }; //# sourceMappingURL=ButtonRowDocs.js.map