mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(core): add play button component (#383)
This commit is contained in:
@@ -1 +1,9 @@
|
||||
// TODO: Implement PlayButtonElement then register it here
|
||||
import { PlayButtonElement } from '../../ui/play-button/play-button-element';
|
||||
|
||||
customElements.define(PlayButtonElement.tagName, PlayButtonElement);
|
||||
|
||||
declare global {
|
||||
interface HTMLElementTagNameMap {
|
||||
[PlayButtonElement.tagName]: PlayButtonElement;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user