@komaci/types 244.1.4 → 244.1.5
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/build/index.d.ts +2 -0
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -117,6 +117,8 @@ export declare type Iteration = Composition & {
|
|
|
117
117
|
type: 'Iteration';
|
|
118
118
|
input: Binding;
|
|
119
119
|
iterator: string;
|
|
120
|
+
/** Name of target slot composition, empty string for default slot. */
|
|
121
|
+
slot?: string;
|
|
120
122
|
};
|
|
121
123
|
export declare type Slot = Composition & {
|
|
122
124
|
type: 'Slot';
|