mirror of
https://github.com/wassname/talk.git
synced 2026-08-04 13:23:35 +08:00
Allo all htmlattribtues
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import cn from "classnames";
|
||||
import React, { ReactNode } from "react";
|
||||
import React, { HTMLAttributes, ReactNode } from "react";
|
||||
import { StatelessComponent } from "react";
|
||||
|
||||
import { withStyles } from "talk-ui/hocs";
|
||||
@@ -7,7 +7,7 @@ import { withStyles } from "talk-ui/hocs";
|
||||
import Flex from "../Flex";
|
||||
import * as styles from "./FormField.css";
|
||||
|
||||
interface InnerProps {
|
||||
interface InnerProps extends HTMLAttributes<any> {
|
||||
children: ReactNode;
|
||||
classes: typeof styles;
|
||||
id?: string;
|
||||
|
||||
Reference in New Issue
Block a user