feat:change makeRef to createRef
This commit is contained in:
@@ -80,7 +80,7 @@ export class Ref<T extends View> {
|
||||
}
|
||||
}
|
||||
|
||||
export function makeRef() {
|
||||
export function createRef() {
|
||||
return new Ref
|
||||
}
|
||||
|
||||
|
@@ -62,7 +62,7 @@ export class Ref<T extends View> {
|
||||
}
|
||||
}
|
||||
|
||||
export function makeRef<T extends View>(): Ref<T> {
|
||||
export function createRef<T extends View>(): Ref<T> {
|
||||
return new Ref
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user