]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-custom-markup/peertube-custom-tags/shared/custom-markup.component.ts
Deprecate filter video query
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-custom-markup / peertube-custom-tags / shared / custom-markup.component.ts
CommitLineData
0ca454e3
C
1import { EventEmitter } from '@angular/core'
2
3export interface CustomMarkupComponent {
4 loaded: EventEmitter<boolean> | undefined
5}