UNPKG
@ices/react-locale
Version:
latest (2.4.2)
2.4.2
2.4.1
2.4.0
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3-alpha
1.0.1-alpha
1.0.0-alpha
React components for locale
github.com/icesjs/react-locale
icesjs/react-locale
@ices/react-locale
/
types
/
plugins.d.ts
8 lines
(7 loc)
•
312 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
PluginFunction
}
from
'./message'
;
/** * 将 { variable } 使用变量数据进行替换。 * 如果前导括号含转义符号,如 \{ xxx } 则不会进行替换。 * 如果数据对象自身不包含变量名属性,也不会进行替换。 */
export
declare
const
placeholder
:
PluginFunction
;