Initial commit for new panel
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export type IconProps = React.SVGProps<SVGSVGElement>;
|
||||
@@ -0,0 +1,3 @@
|
||||
import type { Dispatch, SetStateAction } from "react";
|
||||
|
||||
export type SetStateActionType<T> = Dispatch<SetStateAction<T>>;
|
||||
Reference in New Issue
Block a user