import { dateEnUS, dateZhCN, enUS, zhCN } from 'naive-ui'; import type { NDateLocale, NLocale } from 'naive-ui'; export const naiveLocales: Record = { 'zh-CN': zhCN, 'en-US': enUS }; export const naiveDateLocales: Record = { 'zh-CN': dateZhCN, 'en-US': dateEnUS };