UNPKG

@kbss-cvut/s-forms

Version:

Semantic forms generator and processor

7 lines (6 loc) 183 B
export default HintBulb; declare function HintBulb({ title, enabled, className }: { title: any; enabled: any; className: any; }): import("react/jsx-runtime").JSX.Element;