UNPKG

@synergy-design-system/components

Version:

This package provides the base of the Synergy Design System as native web components. It uses [lit](https://www.lit.dev) and parts of [shoelace](https://shoelace.style/). Synergy officially supports the latest two versions of all major browsers (as define

8 lines (7 loc) 346 B
/** * Creates a sanitized string from a given value, replacing the specified delimiter with whitespace. * @param value The value to be converted * @param delimiter The delimiter to use * @returns The value with the delimiter replaced by whitespace */ export declare const delimiterToWhiteSpace: (value: string, delimiter: string) => string;