17 lines
369 B
TypeScript
17 lines
369 B
TypeScript
/**
|
|
* @license
|
|
* Copyright 2021 Google LLC
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
export {
|
|
/**
|
|
* You can import directly from @lit/react now.
|
|
* @deprecated
|
|
*/
|
|
type ControllerConstructor,
|
|
/**
|
|
* You can import directly from @lit/react now.
|
|
* @deprecated
|
|
*/
|
|
useController, } from '@lit/react/use-controller.js';
|
|
//# sourceMappingURL=use-controller.d.ts.map
|