Skip to content

Commit

Permalink
Update EditorControls.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
melnikga committed Mar 20, 2024
1 parent bbc8ae9 commit cb84292
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions components/Editor/EditorControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,12 @@ import examples from 'components/Editor/examples'

import { Button, Input } from 'components/ui'

type SelectOption = { value: number; label: string }

type EditorControlsProps = {
isCompileDisabled: boolean
programArguments: string
areProgramArgumentsValid: boolean
exampleName: number
handleChangeExampleOption: (
option: OnChangeValue<SelectOption, boolean>,
) => void
handleChangeExampleOption: (option: OnChangeValue<any, any>) => void
onCopyPermalink: () => void
onCompileRun: () => void
onProgramArgumentsUpdate: (args: string) => void
Expand Down

0 comments on commit cb84292

Please sign in to comment.