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