UNPKG

@wix/design-system

Version:

@wix/design-system

6 lines 267 B
import { FC } from 'react'; import type { InputShellProps } from './InputShell.types'; /** A wrapper component that has a style of an input component */ declare const InputShell: FC<InputShellProps>; export default InputShell; //# sourceMappingURL=InputShell.d.ts.map