UNPKG

strapi-plugin-comments

Version:
9 lines (8 loc) 182 B
import { FC } from 'react'; type LockIconProps = { width?: number; height?: number; size?: number; }; declare const LockIcon: FC<LockIconProps>; export default LockIcon;