UNPKG

@aurigma/design-atoms-model

Version:

Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.

8 lines (7 loc) 182 B
import { IColor } from "../../Colors"; export default interface IShadowSettings { color?: string | IColor; size?: number; angle?: number; distance?: number; }