UNPKG

digitinary-ui

Version:

Digitinary UI Library

5 lines (4 loc) 220 B
import { HelperTextPropsType } from '../../types'; import './style.scss'; declare const HelperText: ({ className, type, text }: HelperTextPropsType) => import("react/jsx-runtime").JSX.Element; export default HelperText;