kazzkiq / CodeFlask

A micro code-editor for awesome web pages.
https://kazzkiq.github.io/CodeFlask/
MIT License
1.07k stars 121 forks source link

styleParent is missing in types #112

Open richie-south opened 4 years ago

richie-south commented 4 years ago

Don't know if you wrote the typescript types in definitelytyped, but styleParent is missing in the options. Should probably be something like this.

export interface options {
  // ...other options
  styleParent?: HTMLElement | undefined
}