UNPKG

amotify

Version:

UI Component for React,NextJS,esbuild

10 lines (9 loc) 275 B
/// <reference types="react" /> import Box from './Box'; declare namespace Placeholder { type Input = Box.DefaultInput & { color?: 'cloud' | 'white'; }; } declare const Placeholder: React.FC<Placeholder.Input>; export { Placeholder, Placeholder as default };