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