5 lines
120 B
TypeScript
5 lines
120 B
TypeScript
export const INTERNAL_ELEMENT_CLASSES = {
|
|
ROOT: 'RemoteRootElement',
|
|
FRAGMENT: 'RemoteFragmentElement',
|
|
} as const;
|