UNPKG

jiro-ui

Version:

A Mithril.js UI library based from construct-ui

9 lines (8 loc) 217 B
export declare const Intent: { NONE: "none"; PRIMARY: "primary"; NEGATIVE: "negative"; POSITIVE: "positive"; WARNING: "warning"; }; export declare type Intent = typeof Intent[keyof typeof Intent];