refactor: remove unused inheritRef option
This is technically a breaking change, but the option was not meant for public use and ended up not solving the problem it was introduced for.
This commit is contained in:
@@ -86,7 +86,6 @@ export interface FunctionalComponent<
|
||||
props?: ComponentPropsOptions<P>
|
||||
emits?: E | (keyof E)[]
|
||||
inheritAttrs?: boolean
|
||||
inheritRef?: boolean
|
||||
displayName?: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user