3 lines
132 B
TypeScript
3 lines
132 B
TypeScript
export function validation(element: HTMLElement, regex: RegExp): HTMLElement
|
|
export function convertCssStyle(style: Object): string
|