chore: added deprecation for createComponentExtension
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -34,7 +34,9 @@ export function createComponentExtension<
|
||||
ref: ComponentRef<TProps>;
|
||||
name?: string;
|
||||
disabled?: boolean;
|
||||
/** @deprecated these will be removed in the future */
|
||||
inputs?: TInputs;
|
||||
/** @deprecated these will be removed in the future */
|
||||
configSchema?: PortableSchema<TConfig>;
|
||||
loader:
|
||||
| {
|
||||
|
||||
Reference in New Issue
Block a user