UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

29 lines (28 loc) 812 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SkipContentProperties = void 0; const SkipContentProperties = exports.SkipContentProperties = { selector: { doc: 'Define an existing HTML element selector to focus when the inner button got pressed.', type: ['string'], status: 'required' }, text: { doc: 'Define a clear message describing the choices the users has.', type: ['React.ReactNode'], status: 'optional' }, children: { doc: 'Define a clear message describing the choices the users has.', type: ['React.ReactNode'], status: 'optional' }, focusDelay: { doc: 'Defines the delay after the enter key has been pressed.', type: ['number'], status: 'optional' } }; //# sourceMappingURL=SkipContentDocs.js.map