gather-content-ui
Version:
GatherContent UI Library
15 lines • 476 B
TypeScript
import { PersonSearch as PersonSearchComponent } from './PersonSearch';
declare const _default: {
title: string;
component: typeof PersonSearchComponent;
};
export default _default;
export declare function PersonSearch(args: any): import("react/jsx-runtime").JSX.Element;
export declare namespace PersonSearch {
var parameters: {
controls: {
hideNoControlsWarning: boolean;
};
};
}
//# sourceMappingURL=PersonSearch.stories.d.ts.map