CodeFlask
CodeFlask copied to clipboard
styleParent is missing in types
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
}