UNPKG

@fluentui/react-northstar

Version:
3 lines (2 loc) 214 B
import { ShorthandValue } from '../types'; export declare const getOrGenerateIdFromShorthand: <P extends Record<string, any>>(prefix: string, value: ShorthandValue<P>, currentValue?: string) => string | undefined;