UNPKG

polished

Version:

A lightweight toolset for writing styles in Javascript.

13 lines (10 loc) 281 B
import { TriangleConfiguration } from '../types/triangleConfiguration'; import { Styles } from '../types/style'; declare function triangle({ pointingDirection, height, width, foregroundColor, backgroundColor, }: TriangleConfiguration): Styles; export default triangle;