UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

8 lines (7 loc) 293 B
/** * Extracts component imports from a given content string. * * @param {string} content - The content string to extract component imports from. * @returns {string[]} An array of extracted component imports. */ export declare function extractComponentImports(content: string): string[];