UNPKG

sortier

Version:
5 lines (4 loc) 218 B
import { Comment } from "estree"; export interface SortJsxElementOptions { } export declare function sortJsxElement(jsxElement: any, comments: Comment[], fileContents: string, options?: SortJsxElementOptions): string;