UNPKG

@patreon/studio

Version:

Patreon Studio Design System

6 lines (5 loc) 391 B
import type { DialogProps } from '../Dialog/types'; export interface TakeoverProps extends Pick<DialogProps, 'ariaLabel' | 'children' | 'id' | 'isOpen' | 'onBackRequest' | 'onCloseRequest' | 'showCloseButton' | 'onOpenAnimationComplete' | 'onCloseAnimationComplete' | 'data-tag' | 'flow'> { contentWidth?: 'narrow' | 'wide' | 'mini' | 'fluid'; backgroundColor?: 'default' | 'alt'; }