gather-content-ui
Version:
GatherContent UI Library
21 lines • 553 B
TypeScript
import SearchInputComponent from "../../lib/SearchInput";
declare const _default: {
title: string;
component: typeof SearchInputComponent;
args: {
value: string;
id: string;
label: string;
};
argTypes: {
onChangeHandler: {
action: string;
};
onClearHandler: {
action: string;
};
};
};
export default _default;
export declare const SearchInput: (args: any) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=SearchInput.stories.d.ts.map