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

5 lines
104 B
TypeScript

export const CUSTOM_ELEMENT_NAMES = {
ROOT: 'remote-root',
FRAGMENT: 'remote-fragment',
} as const;