Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/identifier / dist / fromPropsToIdentifier.d.ts
Size: Mime:
interface PropsToIdentifier {
    [key: string]: unknown;
    identifier?: string;
    className?: string;
    /** @deprecated */
    vectorClassName?: string;
    namespace?: string;
}
declare function fromPropsToIdentifier(props: PropsToIdentifier): string;
export { PropsToIdentifier, fromPropsToIdentifier, };