Better dialog padding

This commit is contained in:
Gregory Schier
2024-01-19 22:08:32 -08:00
parent 2a4a830fb7
commit 92e2b2b8f9
2 changed files with 4 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import classNames from 'classnames';
import type { ComponentType, HTMLAttributes } from 'react';
import type { HTMLAttributes } from 'react';
interface Props extends HTMLAttributes<HTMLHeadingElement> {
size?: 1 | 2 | 3;