1 2 3 4 5 6
import registerInline from './decorators/inline'; export function registerDefaultDecorators(instance) { registerInline(instance); }