Introduce plugin id selectors

This commit is contained in:
Chocobozzz
2021-11-26 17:36:44 +01:00
parent 7137377d09
commit 8afade2607
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'

View File

@@ -0,0 +1 @@
export type PluginSelectorId = 'login-form'