mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-11-04 18:50:08 +01:00
Enable Flow Strict
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
// @flow
|
||||
// @flow strict
|
||||
import type { Node as ReactNode } from 'react';
|
||||
|
||||
export type RenderCallback = {
|
||||
// $FlowFixMe
|
||||
render: (data: any) => ReactNode;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user