UNPKG

fui-fancyui

Version:
7 lines (6 loc) 156 B
import { CSSProp } from 'styled-components'; export type TCheckerBoardPattern = { opacity?: number; externalStyle?: CSSProp; color?: string; };