Updated types
This commit is contained in:
parent
c08bcd69b3
commit
aefec76267
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import React from "react";
|
|||
|
||||
export interface Props {
|
||||
children?: React.ReactNode;
|
||||
className?: String;
|
||||
className?: string;
|
||||
}
|
||||
|
||||
export class H1 extends React.Component<Props> {
|
||||
|
|
Loading…
Reference in a new issue