Repository URL to install this package:
|
Version:
3.0.0 ▾
|
interface PropsToIdentifier {
[key: string]: unknown;
identifier?: string;
className?: string;
/** @deprecated */
vectorClassName?: string;
namespace?: string;
}
declare function fromPropsToIdentifier(props: PropsToIdentifier): string;
export { PropsToIdentifier, fromPropsToIdentifier, };