feat(core): add play button component (#383)

This commit is contained in:
rahim
2026-02-04 00:33:14 +11:00
committed by GitHub
parent 9fa172e8a4
commit 9cfab264d8
41 changed files with 2083 additions and 38 deletions
+3
View File
@@ -16,3 +16,6 @@ export * from './store/types';
// Primitives
export * from './ui/media-element';
// UI Components
export { PlayButtonElement } from './ui/play-button/play-button-element';