UNPKG

@spaced-out/ui-design-system

Version:
7 lines 323 B
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