feature: FDI tooth chart UI updated.
This commit is contained in:
6
frontend/src/components/ui/treatment/fdiChartDesigns.ts
Normal file
6
frontend/src/components/ui/treatment/fdiChartDesigns.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export const FDI_CHART_DESIGNS = [
|
||||
{ id: 'clinical', label: 'Clinical (gradient + roots)' },
|
||||
{ id: 'wireframeSculpt', label: 'Wireframe shells (line sculpture)' },
|
||||
] as const;
|
||||
|
||||
export type FdiChartDesignId = (typeof FDI_CHART_DESIGNS)[number]['id'];
|
||||
Reference in New Issue
Block a user