Settings, queue fixes, and more
This commit is contained in:
6
src/types/SettingProps.ts
Normal file
6
src/types/SettingProps.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export type SettingProps = {
|
||||
label: string
|
||||
value: boolean
|
||||
onChange: (val: boolean) => void,
|
||||
className?: string
|
||||
}
|
||||
Reference in New Issue
Block a user