Files
twenty/packages/twenty-sdk/scripts/remote-dom/generators/constants/index.ts
T
Raphaël Bosi f0bc9fcb43 [FRONT COMPONENTS] Move to twenty-sdk (#17587)
Move front components from twenty-shared to twenty-sdk
2026-02-02 12:21:53 +00:00

5 lines
218 B
TypeScript

export { CUSTOM_ELEMENT_NAMES } from './CustomElementNames';
export { INTERNAL_ELEMENT_CLASSES } from './InternalElementClasses';
export { OUTPUT_FILES } from './OutputFiles';
export { TYPE_NAMES } from './TypeNames';