UNPKG

ar-design

Version:

AR Design is a (react | nextjs) ui library.

10 lines (9 loc) 388 B
import React from "react"; declare class Parser { _setElements: React.Dispatch<React.SetStateAction<string[]>>; constructor(setElements: React.Dispatch<React.SetStateAction<string[]>>); JsxToString: (child: React.ReactNode, subChilde?: boolean, indentLevel?: number) => string | undefined; private HandleEntries; private FormatAttributeValue; } export default Parser;