UNPKG

css-to-mat

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