Skip to content

Commit e9eb227

Browse files
author
Ben Grynhaus
committed
Remove some leftovers comments
1 parent 045f8f2 commit e9eb227

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

libs/core/src/lib/components/wrapper-component.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,6 @@ export type InputRendererOptions<TContext extends object> =
4545

4646
export type JsxRenderFunc<TContext> = (context: TContext) => JSX.Element;
4747

48-
/**
49-
* Optional options to pass to `ReactWrapperComponent`.
50-
*/
51-
/**
52-
* Whether the host's `display` should be set to the root child node's`display`.
53-
* @default `false`.
54-
*/
55-
56-
/**
57-
* The zone to use to track changes to inner (Angular) templates & components.
58-
* @default `undefined`.
59-
*/
60-
/* export type _ReactWrapperComponentInternalView<TProps extends {} = {}> = ReactWrapperComponent<TProps> & {
61-
readonly reactNodeRef: ElementRef<HTMLElement>;
62-
}; */
63-
6448
export type ContentClassValue = string[] | Set<string> | { [klass: string]: any };
6549
export type ContentStyleValue = string | StyleObject;
6650

0 commit comments

Comments
 (0)