We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6873d6f commit 9bf135fCopy full SHA for 9bf135f
packages/ag-charts-website/src/content/docs/localisation/_examples/installing-locale/main.ts
@@ -10,8 +10,10 @@ import {
10
AG_CHARTS_LOCALE_ZH_CN,
11
} from 'ag-charts-locale';
12
13
-import { type LocaleContext, type LocaleString, makeLocaleContext } from './context';
14
-import { type DatumType, getData } from './data';
+import { makeLocaleContext } from './context';
+import type { LocaleContext, LocaleString } from './context';
15
+import { getData } from './data';
16
+import type { DatumType } from './data';
17
18
type ExampleText = {
19
localeText: Record<string, string>;
0 commit comments