lwc
Version:
Lightning Web Components (LWC)
9 lines (8 loc) • 305 B
TypeScript
/*
* Copyright (c) 2024, salesforce.com, 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
*/
export type * from '@lwc/template-compiler';
export { default } from '@lwc/template-compiler';