fix JSDoc formatting

This commit is contained in:
Sami Jaber
2017-11-23 14:23:16 -05:00
committed by GitHub
parent 00cf286abb
commit 054b82ad16

View File

@@ -174,7 +174,7 @@ export interface Loadable {
* });
* };
* ```
* */
*/
preloadReady(): Promise<void>;
Capture: React.ComponentType<LoadableCaptureProps>;