feat(mui): kit — DateField over MUI X (date-fns v4, cs locale) + LocalizationProvider

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
BOHA
2026-06-06 21:23:55 +02:00
parent ca55529ff6
commit 58a3bcad70
2 changed files with 38 additions and 0 deletions

View File

@@ -15,3 +15,4 @@ export { default as Alert } from "./Alert";
export { Tabs, TabPanel } from "./Tabs";
export type { TabDef } from "./Tabs";
export { default as Pagination } from "./Pagination";
export { default as DateField } from "./DateField";