@porsche-design-system/components-react
Version:
Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.
5 lines (4 loc) • 410 B
TypeScript
import type { ForwardedRef, MutableRefObject } from 'react';
export declare const getMergedClassName: (domClassName: string, oldClassName?: string, newClassName?: string) => string;
export declare const syncRef: (elementRef: MutableRefObject<HTMLElement | undefined>, ref: ForwardedRef<HTMLElement>) => (el: HTMLElement) => void;
export declare const skipPorscheDesignSystemCDNRequestsDuringTests: () => void;