gather-content-ui
Version:
GatherContent UI Library
21 lines • 602 B
TypeScript
import { UserSearch as UserSearchComponent } from "../../lib";
declare const _default: {
title: string;
component: typeof UserSearchComponent;
args: {
displayEmail: boolean;
useDisplayToggle: boolean;
subheading: string;
noUserDisplay: string;
searchHeading: string;
minUserLength: number;
};
argTypes: {
addUser: {
action: string;
};
};
};
export default _default;
export declare function UserSearch(args: any): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=UserSearch.stories.d.ts.map