blob: dca8eeca3b554a401797080152a32e48fd2edbbc [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import * as Text from './Text.js';
import * as TextRange from './TextRange.js';
import * as TextUtils from './TextUtils.js';
export {
Text,
TextRange,
TextUtils,
};