UNPKG

mfg-ui-components

Version:

React UI library with reusable components

8 lines (7 loc) 237 B
import './StickyNote.scss'; export interface Props { noteBtnText?: string; hideBtn?: boolean; } declare const StickyNotes: ({ noteBtnText, hideBtn }: Props) => import("react/jsx-runtime").JSX.Element; export default StickyNotes;