import * as ActiveTabstopping from '../../behaviour/tabstopping/ActiveTabstopping'; import type { TabstoppingBehaviour } from '../../behaviour/tabstopping/TabstoppingTypes'; import TabstopSchema from '../../behaviour/tabstopping/TabstopSchema'; import * as Behaviour from './Behaviour'; const Tabstopping: TabstoppingBehaviour = Behaviour.create({ fields: TabstopSchema, name: 'tabstopping', active: ActiveTabstopping }); export { Tabstopping };