@db-ui/react-elements-enterprise
Advanced tools
Comparing version
import React from 'react'; | ||
import type { StyleReactProps } from '../interfaces'; | ||
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 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 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.24.6", | ||
"version": "0.24.7", | ||
"description": "React specific wrapper for @db-ui/elements-enterprise", | ||
@@ -53,4 +53,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@db-ui/elements-enterprise": "0.24.6" | ||
"@db-ui/elements-enterprise": "0.24.7" | ||
} | ||
} |
77518
0.02%+ Added
- Removed