Files
twenty/packages/twenty-shared/scripts/remote-dom/generators/constants/InternalElementClasses.ts
T
2026-01-28 16:52:10 +00:00

5 lines
120 B
TypeScript

export const INTERNAL_ELEMENT_CLASSES = {
ROOT: 'RemoteRootElement',
FRAGMENT: 'RemoteFragmentElement',
} as const;