UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

10 lines (7 loc) 233 B
'use strict'; function withoutThemingProps(props) { const { theme, clearTheme, applyTheme, ...rest } = props; return rest; } exports.withoutThemingProps = withoutThemingProps; //# sourceMappingURL=without-theming-props.cjs.map