add: frontend update
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
import { ActionIcon, ActionIconProps } from "@mantine/core"
|
||||
import { ActionIcon, ActionIconProps, PolymorphicComponentProps } from "@mantine/core"
|
||||
import { ImCheckmark, ImCross } from "react-icons/im"
|
||||
import { TiTick } from "react-icons/ti"
|
||||
import {PolymorphicComponentProps} from "@mantine/utils"
|
||||
|
||||
|
||||
|
||||
interface IOnOffButtonProps extends Omit<PolymorphicComponentProps<"button",ActionIconProps>, "value">{
|
||||
value: boolean,
|
||||
|
||||
Reference in New Issue
Block a user