UNPKG

@yosgo/swap-ui

Version:
9 lines (8 loc) 200 B
/// <reference types="react" /> export interface StylesProps { color?: string; borderRadius?: string; boxShadow?: string; style?: React.CSSProperties; cobyText?: string; }