3 lines
103 B
TypeScript
3 lines
103 B
TypeScript
import { View } from '../view';
|
|
export default function connector(_options: any, dataView: View): any;
|