Skip to main content

notion.color

Home > @runlightyear/notion > Color

Color type

Signature:
declare type Color = "blue" | "blue_background" | "brown" | "brown_background" | "default" | "gray" | "gray_background" | "green" | "green_background" | "orange" | "orange_background" | "pink" | "pink_background" | "purple" | "purple_background" | "red" | "red_background" | "yellow" | "yellow_background";