UNPKG

@procore/core-react

Version:
13 lines (8 loc) 376 B
import React from 'react'; import type { InputProps } from './Input.types'; /** @since 10.19.0 @see [Storybook](https://stories.core.procore.com/?path=/story/core-react_demos-input--demo) @see [Design Guidelines](https://design.procore.com/text-input) */ export declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement>>;