Update various components
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { HTMLProps } from "react";
|
||||
import type { ComponentProps } from "react";
|
||||
|
||||
|
||||
export interface MessageBlockProps extends HTMLProps<HTMLDivElement> {
|
||||
export interface MessageBlockProps extends ComponentProps<"div"> {
|
||||
outline?: "none" | "sm" | "md" | "lg";
|
||||
rounded?: "none" | "xs" | "sm" | "md" | "lg" | "xl";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user