UNPKG

@slashid/react-primitives

Version:

Primitive components for the /id React SDK

10 lines 324 B
/** * This allows interpolating text with tokens. * Source text needs to have the tokens in the form of {{TOKEN_NAME}}. * TODO write tests * @param text * @param tokens * @returns */ export declare function interpolate(text: string, tokens: Record<string, string>): string; //# sourceMappingURL=interpolation.d.ts.map