refactor(compiler)!: move component generation to core

This commit is contained in:
Rahim
2026-06-19 19:37:09 -07:00
parent b2c6b3489f
commit f64acdfd15
158 changed files with 2849 additions and 712 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
// AUTO-GENERATED by `@videojs/compiler`. DO NOT EDIT.
import { createComponent } from '@videojs/compiler/jsx-runtime';
// AUTO-GENERATED by `@videojs/core/scripts/generate-components`. DO NOT EDIT.
import { createComponent } from '@videojs/core/jsx-runtime';
export const AirPlayEnterIcon = createComponent({ name: 'AirPlayEnterIcon' });
export const AirPlayExitIcon = createComponent({ name: 'AirPlayExitIcon' });