UNPKG

142 BTypeScriptView Raw
1export declare const onLayout: <P extends {}>(onLayoutHandler: (props: P) => (() => void) | void, watchKeys: (keyof P)[]) => (props: P) => P;