mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 12:27:07 +02:00
all the lints
This commit is contained in:
@@ -24,7 +24,7 @@ interface IAccordionConfigurationParameters {
|
||||
* Creates both the header and panel element of an accordion and sets the click handler
|
||||
* @param params The creation parameters.
|
||||
*/
|
||||
export function createAccordionElement(params: IAccordionConfigurationParameters) {
|
||||
export function createAccordionElement(params: IAccordionConfigurationParameters): any[] {
|
||||
const liElem: HTMLLIElement = createElement("li") as HTMLLIElement;
|
||||
const header: HTMLButtonElement = createElement("button", {
|
||||
class: "accordion-header",
|
||||
|
||||
Reference in New Issue
Block a user