UNPKG

igniteui-angular-i18n

Version:
9 lines (8 loc) 208 B
// only use `satisfies` operator so export is typed by its schema /** * Korean resource strings for IgxTree */ export const TreeResourceStringsKO = { igx_expand: '확장', igx_collapse: '축소' };