UNPKG

60 BTypeScriptView Raw
1export default function createRef(): {
2 current: any;
3};