UNPKG

flowbite-angular

Version:

<div align="center"> <h1>:construction: flowbite-angular (unreleased) :construction:</h1> <p> <a href="https://flowbite.com"> <img alt="Flowbite - Tailwind CSS components" width="350" src="https://flowbite.s3.amazonaws.com/github/logo-github

8 lines (7 loc) 280 B
/** * This function is used to create themes for component's while keeping the intellisens up for TailwindCSS and other extensions. * * @param input Generic type to be created. * @returns The generic type's definition. */ export declare function createTheme<T>(input: T): T;