UNPKG

@vitus-labs/elements

Version:
5 lines 235 B
import React from 'react'; import type { Props } from './types'; declare const Component: React.ForwardRefExoticComponent<Partial<Props> & React.RefAttributes<unknown>>; export default Component; //# sourceMappingURL=component.d.ts.map