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

9 lines (8 loc) 250 B
/** * Merge two objects into one. * * @param target Object to be merged. * @param source Object to be merged. * @returns The merged object. */ export declare function mergeTheme<T extends object, S extends object>(target: T, source: S): T & S;