7 lines
354 B
TypeScript
7 lines
354 B
TypeScript
import { BoxProps } from '../../primitives/Box';
|
|
export interface KeyboardNavigableProps extends BoxProps {
|
|
tagName?: string;
|
|
attributeName?: string;
|
|
}
|
|
export declare const KeyboardNavigable: ({ tagName, attributeName, ...props }: KeyboardNavigableProps) => import("react/jsx-runtime").JSX.Element;
|
|
//# sourceMappingURL=KeyboardNavigable.d.ts.map
|