UNPKG

@moderntribe/wme-ui

Version:

Components and hooks to build the best UX/UI admin wizards

7 lines 205 B
import type React from 'react'; interface InputTitleProps { children: string; } declare const InputTitle: React.FC<InputTitleProps>; export default InputTitle; //# sourceMappingURL=input-title.d.ts.map