UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

18 lines (14 loc) 394 B
'use strict'; var withoutThemingProps = require('./without-theming-props.cjs'); function resolveProps(props, providerProps) { let mergedProps = withoutThemingProps.withoutThemingProps(props); if (providerProps) { mergedProps = { ...providerProps, ...props }; } return mergedProps; } exports.resolveProps = resolveProps; //# sourceMappingURL=resolve-props.cjs.map