mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 22:48:45 +02:00
N°7063 - Forms SDK - Add Symfony forms component
error forms issue
This commit is contained in:
11
node_modules/@orchidjs/unicode-variants/lib/index.d.ts
generated
vendored
Normal file
11
node_modules/@orchidjs/unicode-variants/lib/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
type TUnicodeMap = {[key:string]:string};
|
||||
|
||||
type TUnicodeSets = {[key:string]:Set<string>};
|
||||
|
||||
type TCodePoints = [[number,number]];
|
||||
|
||||
type TCodePointObj = {folded:string,composed:string,code_point:number}
|
||||
|
||||
type TSequencePart = {start:number,end:number,length:number,substr:string}
|
||||
Reference in New Issue
Block a user