UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

6 lines (5 loc) 202 B
import type { ParseResult } from "oxc-parser"; /** * Removes `import React from "react"` from the AST program body */ export declare function removeReactImport(parseResult: ParseResult): ParseResult;