6 lines
175 B
TypeScript
6 lines
175 B
TypeScript
export const OUTPUT_FILES = {
|
|
REMOTE_ELEMENTS: 'remote-elements.ts',
|
|
REMOTE_COMPONENTS: 'remote-components.ts',
|
|
HOST_REGISTRY: 'host-component-registry.ts',
|
|
} as const;
|