UNPKG

react-on-rails

Version:

react-on-rails JavaScript for react_on_rails Ruby gem

8 lines 313 B
import type { RegisteredComponentValue } from './types/index.ts'; type RegistrationMetric = { label: string; value: number; }; export default function componentRegistrationMetric(component: RegisteredComponentValue): RegistrationMetric; export {}; //# sourceMappingURL=componentRegistrationMetric.d.ts.map