import registerInline from './decorators/inline.js'; export function registerDefaultDecorators(instance) { registerInline(instance); }