UNPKG

prp-ui-components

Version:

Package for use components of Pratica Plataforms

7 lines (6 loc) 179 B
import * as React from 'react'; type InputPrefixProps = { prefix: string; }; export declare const InputPrefix: ({ prefix }: InputPrefixProps) => React.JSX.Element; export {};