@spaced-out/ui-design-system
Version:
Sense UI components library
7 lines • 323 B
TypeScript
import type { Flow } from 'flow-to-typescript-codemod';
import type { InContextAlertProps } from '../InContextAlert';
export type BannerProps = InContextAlertProps & {
alignment?: 'top' | 'bottom';
};
export declare const Banner: Flow.AbstractComponent<BannerProps, HTMLDivElement>;
//# sourceMappingURL=Banner.d.ts.map