UNPKG

lune-ui-lib

Version:

Lune UI Components Library

11 lines (10 loc) 224 B
import React, { FC } from 'react'; declare const Pin: FC<{ src?: string; title?: string; subTitle?: string; onClick?: () => void; children?: React.ReactNode; active?: boolean; }>; export default Pin;