Better dialog padding

This commit is contained in:
Gregory Schier
2024-01-19 22:08:32 -08:00
parent 1df65fbf87
commit ae9c23b740
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;