From aefec76267c9f770277929acc29a52617cf156c8 Mon Sep 17 00:00:00 2001 From: killerboss Date: Thu, 31 Oct 2024 19:45:42 +0100 Subject: [PATCH] Updated types --- typography.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typography.tsx b/typography.tsx index 1450a95..b596dfa 100644 --- a/typography.tsx +++ b/typography.tsx @@ -5,7 +5,7 @@ import React from "react"; export interface Props { children?: React.ReactNode; - className?: String; + className?: string; } export class H1 extends React.Component {