Open richie-south opened 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.
styleParent
export interface options { // ...other options styleParent?: HTMLElement | undefined }
Don't know if you wrote the typescript types in definitelytyped, but
styleParent
is missing in the options. Should probably be something like this.