mirror of
https://bitbucket.org/Mattrixwv/mattrixwvreactcomponents.git
synced 2025-12-07 14:13:58 -05:00
Most simple components created
This commit is contained in:
7
lib/types/Message.d.ts
vendored
Normal file
7
lib/types/Message.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { HTMLProps } from "react";
|
||||
|
||||
|
||||
export interface MessageBlockProps extends HTMLProps<HTMLDivElement> {
|
||||
outline?: "none" | "sm" | "md" | "lg";
|
||||
rounded?: "none" | "xs" | "sm" | "md" | "lg" | "xl";
|
||||
}
|
||||
Reference in New Issue
Block a user