5 lines
104 B
TypeScript
5 lines
104 B
TypeScript
export const CUSTOM_ELEMENT_NAMES = {
|
|
ROOT: 'remote-root',
|
|
FRAGMENT: 'remote-fragment',
|
|
} as const;
|