Files

3 lines
131 B
TypeScript
Raw Permalink Normal View History

import * as React from 'react';
export default function useRootProps(props: React.HTMLAttributes<any>): React.HTMLAttributes<any>;