UNPKG

css-to-mat

Version:
8 lines (7 loc) 178 B
export interface MatrixInfo { name: string; value: string; matrixFunction: null | ((...args: any[]) => number[]); functionName: string; functionValue: any; }