UNPKG

mod-arch-shared

Version:

Shared UI components and utilities for modular architecture micro-frontend projects

9 lines 325 B
import React from 'react'; export interface ManageColumnSearchInputProps { value: string; placeholder?: string; onSearch: (value: string) => void; dataTestId?: string; } export declare const ManageColumnSearchInput: React.FC<ManageColumnSearchInputProps>; //# sourceMappingURL=ManageColumnSearchInput.d.ts.map