import { defineComponent, computed, PropType, } from 'vue'; import { SbButton, getSelection, getRangeFromSelection, } from '@schlechtenburg/core'; export default defineComponent({ props: { isActive: { type: (null as unknown) as PropType, default: null, }, eventChange: { type: (null as unknown) as PropType, default: null, }, value: { type: (null as unknown) as PropType, default: null, }, }, setup(props) { return () => { }} >i; }, });