@launchmenu/core
Version:
An environment for visual keyboard controlled applets
11 lines (10 loc) • 545 B
TypeScript
export {getTextLines, get2dIndex, get2dSelectionRange, get1dIndex, get1dSelectionRange} from "../../../textFields/utils/rangeConversion";
import {getTextLines, get2dIndex, get2dSelectionRange, get1dIndex, get1dSelectionRange} from "../../../textFields/utils/rangeConversion";
declare const __default: {
getTextLines: typeof getTextLines,
get2dIndex: typeof get2dIndex,
get2dSelectionRange: typeof get2dSelectionRange,
get1dIndex: typeof get1dIndex,
get1dSelectionRange: typeof get1dSelectionRange
}
export default __default;