import React from 'react'; import { OptionsProps } from './Options'; export default ({ options, saveOption }: OptionsProps) => { const AllowToRunState = { EVERYWHERE: true, ON_SPECIFIC_URLS: false, }; return (