@royaloperahouse/chord 1.10.1-d-chord-development → 1.10.1-e-chord-development
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.
|
@@ -179,7 +179,7 @@ export interface ISearchBarProps {
|
|
|
179
179
|
/**
|
|
180
180
|
* Function to be called when is closed
|
|
181
181
|
*/
|
|
182
|
-
onClose
|
|
182
|
+
onClose?: (e?: React.MouseEvent) => void;
|
|
183
183
|
}
|
|
184
184
|
export declare type TitleCTALink = AnchorHTMLAttributes<HTMLAnchorElement> & {
|
|
185
185
|
/**
|