4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
|
|
export default interface ISelectorMatch {
|
||
|
|
priorityWeight: number;
|
||
|
|
}
|
||
|
|
//# sourceMappingURL=ISelectorMatch.d.ts.map
|