UNPKG

polished

Version:

A lightweight toolset for writing styles in Javascript.

12 lines (9 loc) 267 B
import { SideKeyword } from './sideKeyword'; declare interface TriangleConfiguration { backgroundColor?: string; foregroundColor: string; height: number | string; width: number | string; pointingDirection: SideKeyword; } export { TriangleConfiguration };