UNPKG

@vimeo/iris

Version:
8 lines (7 loc) 554 B
export declare const statuses: readonly ["caution", "negative", "positive"]; export type Status = (typeof statuses)[number]; export declare const status: { caution: import("../../util").TokenValue | (({ theme }: import("../../util").ThemeObject) => import("../../util").TokenValue); negative: import("../../util").TokenValue | (({ theme }: import("../../util").ThemeObject) => import("../../util").TokenValue); positive: import("../../util").TokenValue | (({ theme }: import("../../util").ThemeObject) => import("../../util").TokenValue); };