@omnia/tooling-vue 8.0.248-dev → 8.0.249-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1276,9 +1276,6 @@ declare global {
|
|
|
1276
1276
|
"o-col": typeof wcd116618a12d0439f8da809535809c260 extends {
|
|
1277
1277
|
propsDefinition: infer TProp;
|
|
1278
1278
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcd116618a12d0439f8da809535809c260 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcd116618a12d0439f8da809535809c260>, "propsDefinition">> : never;
|
|
1279
|
-
"o-data-table": typeof wc27c00720f7fb46bbb39286a2cb94797c extends {
|
|
1280
|
-
propsDefinition: infer TProp;
|
|
1281
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc27c00720f7fb46bbb39286a2cb94797c extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc27c00720f7fb46bbb39286a2cb94797c>, "propsDefinition">> : never;
|
|
1282
1279
|
"o-data-table-server": typeof wc810f65f430374ef2a142907a707f650f extends {
|
|
1283
1280
|
propsDefinition: infer TProp;
|
|
1284
1281
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc810f65f430374ef2a142907a707f650f extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc810f65f430374ef2a142907a707f650f>, "propsDefinition">> : never;
|