UNPKG

@yosgo/swap-ui

Version:
8 lines (7 loc) 236 B
/// <reference types="react" /> export interface ContainerProps { children?: React.ReactNode; style?: React.CSSProperties; maxWidth?: number | "lg" | "xl" | "xxl"; padding?: number | "xxs" | "xs" | "sm" | "md"; }