UNPKG
@stihl-design-system/components
Version:
latest (1.0.0-RC.34)
1.0.0-RC.34
1.0.0-RC.32
1.0.0-RC.31
1.0.0-RC.30
1.0.0-RC.29
1.0.0-RC.28
1.0.0-RC.27
1.0.0-RC.26
1.0.0-RC.25
1.0.0-RC.24
1.0.0-RC.23
1.0.0-RC.22
1.0.0-RC.21
1.0.0-RC.20
1.0.0-RC.19
1.0.0-RC.18
1.0.0-RC.17
1.0.0-RC.16
1.0.0-RC.15
1.0.0-RC.14
1.0.0-RC.13
1.0.0-RC.12
1.0.0-RC.11
1.0.0-RC.10
1.0.0-RC.9
1.0.0-RC.8
1.0.0-RC.7
1.0.0-RC.6
1.0.0-RC.5
1.0.0-RC.4
1.0.0-RC.3
1.0.0-RC.2
1.0.0-RC.1
1.0.0-RC.0
Welcome to the STIHL Design System react component library.
designsystem.stihl.de
@stihl-design-system/components
/
chunks
/
translate.nuU7uChI.js
9 lines
(8 loc)
•
194 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use client"
;
const
s
= (
n, r, t = []
) => {
let
a = r[n];
return
a = a.
replace
(
/\{(\d+)\}/g
,
(
l, e
) =>
e < t.
length
? t[e] :
""
), a; }, o =
(
n
) =>
(
r, t
) =>
s
(r, n, t);
export
{ o
as
t };