UNPKG

uyem

Version:
7 lines (6 loc) 176 B
import React from 'react'; declare function PseudoButton({ children, title }: { children: React.ReactNode; title: string; }): JSX.Element; export default PseudoButton;