mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-27 04:32:32 +02: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