@data-c/ui 0.0.145-alpha.0 → 0.0.147-alpha.0

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
@@ -186,6 +186,7 @@ interface PageTitleProps {
186
186
  children?: ReactNode;
187
187
  onBack?: () => void;
188
188
  onClose?: () => void;
189
+ onUpdate?: (value: string) => void;
189
190
  }
190
191
  declare function PageTitle(props: PageTitleProps): react_jsx_runtime.JSX.Element;
191
192