Merge remote-tracking branch 'origin/main' into ensure-folder-annotation-when-supported
This commit is contained in:
@@ -15,7 +15,7 @@ export type FunctionSelector = (id: string) => string;
|
||||
export type FunctionSelectorTwoArgs = (arg1: string, arg2: string) => string;
|
||||
|
||||
/**
|
||||
* A function selector without argument
|
||||
* A function selector without arguments
|
||||
*/
|
||||
export type CssSelector = () => string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user