UNPKG

construct-ui

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