@actinc/dls
Version:
Design Language System (DLS) for ACT & Encoura front-end projects.
12 lines • 505 B
TypeScript
/**
* Copyright (c) ACT, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
import { OutlinedInputProps } from '@mui/material';
import { ReactElement } from 'react';
export type SearchBarProps = OutlinedInputProps;
export declare function SearchBar({ value, onChange, ...searchBarProps }: SearchBarProps): ReactElement<SearchBarProps>;
export default SearchBar;
//# sourceMappingURL=index.d.ts.map