UNPKG

@wulperstudio/cms

Version:
4 lines (3 loc) 159 B
import { ComponentPropsWithRef } from 'react'; import { CustomAvatar } from './styled'; export type Avatar2Model = ComponentPropsWithRef<typeof CustomAvatar>;