5 lines
169 B
TypeScript
5 lines
169 B
TypeScript
import { Rating, type RatingProps } from '@mantine/core';
|
|
import { withRHF } from '../withRHF';
|
|
|
|
export const FieldRating = withRHF<RatingProps>('FieldRating', Rating);
|