mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
Remove unused imports and add some types
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import * as React from 'react';
|
||||
import { FormEvent } from 'react';
|
||||
|
||||
interface Props {
|
||||
children: any;
|
||||
onClick(e: FormEvent): void;
|
||||
onClick(e: React.FormEvent): void;
|
||||
className?: string;
|
||||
outline?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user