mirror of
https://github.com/zoriya/v10.git
synced 2026-08-15 18:34:22 +00:00
feat(core): add pip button component (#525)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { PiPButtonElement } from '../../ui/pip-button/pip-button-element';
|
||||
|
||||
customElements.define(PiPButtonElement.tagName, PiPButtonElement);
|
||||
|
||||
declare global {
|
||||
interface HTMLElementTagNameMap {
|
||||
[PiPButtonElement.tagName]: PiPButtonElement;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user