1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Introduce plugin id selectors

This commit is contained in:
Chocobozzz 2021-11-26 17:36:44 +01:00
parent 7137377d09
commit 8afade2607
No known key found for this signature in database
GPG key ID: 583A612D890159BE
7 changed files with 38 additions and 5 deletions

View file

@ -1,6 +1,7 @@
export * from './client-hook.model'
export * from './plugin-client-scope.type'
export * from './plugin-element-placeholder.type'
export * from './plugin-selector-id.type'
export * from './register-client-form-field.model'
export * from './register-client-hook.model'
export * from './register-client-settings-script.model'