@pygmalionjs/pygmalion 0.2.17 → 0.2.18
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/README.md +9 -1
- package/dist-lib/pygmalion.js +539 -515
- package/package.json +1 -1
- package/types.d.ts +2 -0
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -1570,6 +1570,8 @@ export interface SourceRefControlProps {
|
|
|
1570
1570
|
defaultRef?: string | null;
|
|
1571
1571
|
worktreeRef?: string | null;
|
|
1572
1572
|
label?: string;
|
|
1573
|
+
/** Trigger content. Defaults to the selected revision. */
|
|
1574
|
+
children?: ReactNode;
|
|
1573
1575
|
className?: string;
|
|
1574
1576
|
}
|
|
1575
1577
|
|