Guest User

Untitled

a guest
Aug 31st, 2019
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Type definitions for React Load Script
  2.  
  3. declare module 'react-load-script'
  4.  
  5. export interface ScriptProps {
  6.   url: string
  7.   onLoad: () => void
  8.   // etc...
  9. }
  10.  
  11. export default class Script extends React.Component<ScriptProps> {}
Advertisement
Add Comment
Please, Sign In to add comment