export { KTSortable } from './sortable';
export type {
	KTSortableConfigInterface,
	KTSortableInterface,
} from './types';
