declare let $: any; export function initializeSortable(id: string) { $(id).sortable(); }