Skip to content

Commit

Permalink
fix: remove conflicting type
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed Apr 20, 2024
1 parent 871e8f3 commit 7245bde
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/interfaces.d.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
import * as React from 'react';
import {Ref} from "react";

export type FocusOptions = {
/**
* enables focus cycle
* @default true
*/
cycle?: boolean;
/**
* limits focusables to tabbables (tabindex>=0) elements only
* @default true
*/
onlyTabbable?:boolean
}

export interface ReactFocusLockProps<ChildrenType = React.ReactNode, LockProps = Record<string, any>> {
disabled?: boolean;

Expand Down

0 comments on commit 7245bde

Please sign in to comment.