UNPKG

lwc

Version:

Lightning Web Components (LWC)

10 lines (9 loc) 332 B
/* * Copyright (c) 2024, Salesforce, Inc. * All rights reserved. * SPDX-License-Identifier: MIT * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT */ // Importing @lwc/types enables HTML/CSS imports in TypeScript projects import '@lwc/types'; export * from '@lwc/engine-dom';