doc.yeswiki.pro/node_modules/@algolia/autocomplete-shared/dist/esm/createRef.d.ts

4 lines
91 B
TypeScript
Raw Normal View History

2023-05-20 16:37:42 +00:00
export declare function createRef<TValue>(initialValue: TValue): {
current: TValue;
};