bobe 0.0.49 → 0.0.50

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.
package/dist/index.d.ts CHANGED
@@ -239,7 +239,9 @@ type ProgramCtx = {
239
239
  /** 返回值是用户自定义的节点 */
240
240
  type UI<T = any> = {
241
241
  /** 在哪个 Store 声明的 */
242
- boundStore: T;
242
+ boundStore: Store;
243
+ /** 用户声明片段内可用的 props */
244
+ defineProps?: T;
243
245
  (isSub: boolean): Tokenizer;
244
246
  };
245
247
  type LogicNode = {