mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
migrate ui-components from flow to typescript
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import * as React from 'react';
|
||||
import React, { ReactNode } from "react";
|
||||
|
||||
type Props = {
|
||||
children?: React.Node;
|
||||
children?: ReactNode;
|
||||
};
|
||||
|
||||
class Navigation extends React.Component<Props> {
|
||||
|
||||
Reference in New Issue
Block a user