UNPKG

amotify

Version:

UI Component for React,NextJS,esbuild

8 lines (7 loc) 309 B
/// <reference types="react" /> import { StyleTags } from '../../@declares'; declare namespace _Plain { type Input = StyleTags.States & React.InputHTMLAttributes<HTMLInputElement>; } declare const _Plain: (p: _Plain.Input) => import("react/jsx-runtime").JSX.Element; export { _Plain, _Plain as default };