UNPKG

@anoki/fse-common

Version:

Common types for FSE

12 lines 330 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HeadingStyleEnum = exports.ConsentReminderLayout = void 0; exports.ConsentReminderLayout = { BANNER: 'banner', CARD: 'card', }; exports.HeadingStyleEnum = { BASE: 'base', REVISED: 'revised', }; //# sourceMappingURL=setting.js.map