UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

8 lines (6 loc) 198 B
function withoutThemingProps(props) { const { theme, clearTheme, applyTheme, ...rest } = props; return rest; } export { withoutThemingProps }; //# sourceMappingURL=without-theming-props.js.map