amotify
Version:
UI Component for React,NextJS,esbuild
8 lines (7 loc) • 311 B
TypeScript
/// <reference types="react" />
import { StyleProps } from '../../@declares';
declare namespace _Plain {
type Input = StyleProps.States & React.InputHTMLAttributes<HTMLInputElement>;
}
declare const _Plain: (p: _Plain.Input) => import("react/jsx-runtime").JSX.Element;
export { _Plain, _Plain as default };