3 lines
131 B
TypeScript
3 lines
131 B
TypeScript
|
|
import * as React from 'react';
|
||
|
|
export default function useRootProps(props: React.HTMLAttributes<any>): React.HTMLAttributes<any>;
|