@conductionnl/nl-design-system
Version:
NL design system components created by Conduction
9 lines (8 loc) • 502 B
TypeScript
/**
* This components handles element creations.
* @returns JSX of the generated form.
*/
export declare const createElement: (tagName: any, className: any[], attributes?: {}, value?: string, innerText?: string, onclick?: null) => any;
export declare const addElement: (container: any, newKey: any, newValue: any, inputName: any, onClickFunction: any, label?: boolean) => void;
export declare const deleteElementFunction: (event: any) => void;
export declare const closeModal: (id: string) => void;