@db-ui/react-elements-enterprise
Advanced tools
Comparing version
@@ -9,3 +9,3 @@ import React from 'react'; | ||
} | ||
export declare const createReactComponent: <PropType, ElementType extends HTMLStencilElement, ContextStateType = {}, ExpandedPropsTypes = {}>(tagName: string, ReactComponentContext?: React.Context<ContextStateType> | undefined, manipulatePropsFunction?: ((originalProps: StencilReactInternalProps<ElementType>, propsToPass: any) => ExpandedPropsTypes) | undefined, defineCustomElement?: (() => void) | undefined) => React.ForwardRefExoticComponent<React.PropsWithoutRef<import("./utils").StencilReactExternalProps<PropType, ElementType>> & React.RefAttributes<ElementType>>; | ||
export declare const createReactComponent: <PropType, ElementType extends HTMLStencilElement, ContextStateType = {}, ExpandedPropsTypes = {}>(tagName: string, ReactComponentContext?: React.Context<ContextStateType> | undefined, manipulatePropsFunction?: ((originalProps: StencilReactInternalProps<ElementType>, propsToPass: any) => ExpandedPropsTypes) | undefined, defineCustomElement?: () => void) => React.ForwardRefExoticComponent<React.PropsWithoutRef<import("./utils").StencilReactExternalProps<PropType, ElementType>> & React.RefAttributes<ElementType>>; | ||
export {}; |
import React from 'react'; | ||
import type { StyleReactProps } from '../interfaces'; | ||
export declare type StencilReactExternalProps<PropType, ElementType> = PropType & Omit<React.HTMLAttributes<ElementType>, 'style'> & StyleReactProps; | ||
export declare type StencilReactForwardedRef<T> = ((instance: T | null) => void) | React.MutableRefObject<T | null> | null; | ||
export type StencilReactExternalProps<PropType, ElementType> = PropType & Omit<React.HTMLAttributes<ElementType>, 'style'> & StyleReactProps; | ||
export type StencilReactForwardedRef<T> = ((instance: T | null) => void) | React.MutableRefObject<T | null> | null; | ||
export declare const setRef: (ref: StencilReactForwardedRef<any> | React.Ref<any> | undefined, value: any) => void; | ||
@@ -6,0 +6,0 @@ export declare const mergeRefs: (...refs: (StencilReactForwardedRef<any> | React.Ref<any> | undefined)[]) => React.RefCallback<any>; |
{ | ||
"name": "@db-ui/react-elements-enterprise", | ||
"sideEffects": false, | ||
"version": "0.17.0", | ||
"version": "0.18.0", | ||
"description": "React specific wrapper for @db-ui/elements-enterprise", | ||
@@ -39,3 +39,3 @@ "license": "Apache-2.0", | ||
"rimraf": "3.0.2", | ||
"rollup": "3.3.0", | ||
"rollup": "3.7.4", | ||
"rollup-plugin-node-resolve": "5.2.0" | ||
@@ -54,4 +54,4 @@ }, | ||
"dependencies": { | ||
"@db-ui/elements-enterprise": "0.17.0" | ||
"@db-ui/elements-enterprise": "0.18.0" | ||
} | ||
} |
76503
-0.04%+ Added
- Removed