Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Type definitions for React Load Script
- declare module 'react-load-script'
- export interface ScriptProps {
- url: string
- onLoad: () => void
- // etc...
- }
- export default class Script extends React.Component<ScriptProps> {}
Advertisement
Add Comment
Please, Sign In to add comment