chrome-devtools-frontend
Version:
Chrome DevTools UI
11 lines (8 loc) • 392 B
text/typescript
// Copyright 2022 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.
export * from './lib/lit.js';
import * as Directives from './lib/directives.js';
import * as Directive from './lib/directive.js';
import * as Decorators from './lib/decorators.js';
export {Directives, Directive, Decorators};