blob: 5629057152787825a67ebbd52185d8cb15f0d337 [file] [log] [blame]
// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import codeHighlighterStyles from './codeHighlighter.css.js';
import * as CodeHighlighter from './CodeHighlighter.js';
export {
CodeHighlighter,
codeHighlighterStyles,
};