morse-react-lily-pad
Advanced tools
Comparing version 3.1.0-alpha.9 to 3.1.0-alpha.10
@@ -10,5 +10,5 @@ import React, { ReactElement } from "react"; | ||
export declare const TriggeredLilyPadContext: React.Context<TriggeredLilyPadContextType>; | ||
export type TriggeredLilyPadProps = Pick<LilyPadProps, "anchorOrigin" | "panelOrigin" | "panelSize" | "preventDismissByClickAway" | "preventDismissByEsc" | "disableXSnapping" | "disableYSnapping"> & { | ||
export type TriggeredLilyPadProps = Pick<LilyPadProps, "children" | "anchorOrigin" | "panelOrigin" | "panelSize" | "preventDismissByClickAway" | "preventDismissByEsc" | "disableXSnapping" | "disableYSnapping"> & { | ||
renderTrigger?: (context: TriggeredLilyPadContextType) => ReactElement; | ||
}; | ||
export declare const TriggeredLilyPad: (props: TriggeredLilyPadProps) => JSX.Element; |
{ | ||
"name": "morse-react-lily-pad", | ||
"version": "3.1.0-alpha.9", | ||
"version": "3.1.0-alpha.10", | ||
"description": "A family of floating components that can be fixed or relative to an anchor", | ||
@@ -48,3 +48,3 @@ "repository": { | ||
], | ||
"gitHead": "41ca1ee83ce059f1999c26b2a0f35ffc283315cf" | ||
"gitHead": "d7be279711411f839d7f7302f9b1bedc6b5321f5" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
23158
490