Improve comments component

This commit is contained in:
riggraz
2019-09-20 18:43:24 +02:00
parent 0b88d58094
commit 38345f9c42
9 changed files with 64 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ import * as React from 'react';
import { FormEvent } from 'react';
interface Props {
children: string;
children: any;
onClick(e: FormEvent): void;
className?: string;
outline?: boolean;