CodeFlask icon indicating copy to clipboard operation
CodeFlask copied to clipboard

styleParent is missing in types

Open richie-south opened this issue 5 years ago • 0 comments

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
}

richie-south avatar Mar 19 '20 10:03 richie-south