Options
All
  • Public
  • Public/Protected
  • All
Menu

Module features/images/images.types

Index

Type aliases

ChannelSwitchStateType: { checked: boolean; setChecked: any }

Type declaration

ChannelSwitchStyleType: { color: MantineColor; label: string }

Type declaration

  • color: MantineColor
  • label: string
ChannelSwitchType: { state: ChannelSwitchStateType; style: ChannelSwitchStyleType }

Type declaration

ImagesFormType: "encode" | "decode"
UseImagesFormType: UseForm<{ channel?: Channel; data: string; encryptionKey?: string; evenDistribution: boolean; file?: File; lsbUsed: number }>

Generated using TypeDoc