@lwc/ssr-client-utils
Version:
Client-side complement to @lwc/ssr-compiler
11 lines (8 loc) • 299 B
JavaScript
/*
* Copyright (c) 2025, 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
*/
import { registerLwcStyleComponent } from './dist/index';
registerLwcStyleComponent();