Skip to content

Commit

Permalink
feat(use-floating): export defaultMiddleware
Browse files Browse the repository at this point in the history
  • Loading branch information
megheaiulian committed Dec 30, 2024
1 parent c0290e7 commit f49fb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/use-floating.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
Strategy,
} from '@floating-ui/dom';

const defaultMiddleware = [
export const defaultMiddleware = [
flip({
fallbackAxisSideDirection: 'start',
crossAxis: false,
Expand Down

0 comments on commit f49fb44

Please # to comment.