stackdriver: typescriptifying props

pull/14007/head
Erik Sundell 7 years ago
parent 75da02e1f0
commit f307fc4760
  1. 4
      public/app/plugins/datasource/stackdriver/components/SimpleSelect.tsx

@ -1,8 +1,8 @@
import React, { SFC } from 'react';
interface Props {
onValueChange: any;
options: any;
onValueChange: (e) => void;
options: any[];
value: string;
label: string;
}

Loading…
Cancel
Save