chore: added deprecation for createComponentExtension

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-08-19 12:10:18 +02:00
parent f58c71da9d
commit 8753a47f5e
@@ -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:
| {