Skip to content

Commit 2581ca3

Browse files
Code review feedback - remove interface.
1 parent 306ebd2 commit 2581ca3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/reactive-element/src/decorators/query-assigned-nodes.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ type TSDecoratorReturnType = void | any;
5858
*/
5959
export function queryAssignedNodes(
6060
options?: QueryAssignedNodesOptions
61-
): TSDecoratorReturnType;
62-
63-
export function queryAssignedNodes(options?: QueryAssignedNodesOptions) {
61+
): TSDecoratorReturnType {
6462
const slot = options?.slot;
6563
const assignedNodesOptions = options;
6664

0 commit comments

Comments
 (0)