UNPKG

@nex-ui/react

Version:

🎉 A beautiful, modern, and reliable React component library.

14 lines (11 loc) • 287 B
import * as _nex_ui_system from '@nex-ui/system'; declare const flexRecipe: _nex_ui_system.RecipeRuntimeFn<{ inline: { true: { display: "inline-flex"; }; }; }>; type FlexRecipe = typeof flexRecipe; export { flexRecipe }; export type { FlexRecipe };