File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
libs/core/src/lib/components Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -45,22 +45,6 @@ export type InputRendererOptions<TContext extends object> =
4545
4646export 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-
6448export type ContentClassValue = string [ ] | Set < string > | { [ klass : string ] : any } ;
6549export type ContentStyleValue = string | StyleObject ;
6650
You can’t perform that action at this time.
0 commit comments