adjustment

This commit is contained in:
2024-01-19 15:47:42 +08:00
parent feec8b59a7
commit 3d9c5bd3f2
9 changed files with 63 additions and 54 deletions

View File

@ -1 +1,2 @@
export function validation(element: HTMLElement, regex: RegExp) : HTMLElement
export function validation(element: HTMLElement, regex: RegExp): HTMLElement
export function convertCssStyle(style: Object): string