added fonts
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Formats an array of values into a string that can be used error messages.
|
||||
* ["a", "b", "c"] => "`a`, `b`, `c`"
|
||||
*/
|
||||
export declare const formatAvailableValues: (values: string[]) => string;
|
||||
Reference in New Issue
Block a user