UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

10 lines (9 loc) 266 B
/** * Warning -- if additional color modes beyond light and dark are added in future -- this will have unexpected behaviour */ export declare const useIconThemed: () => { iconThemed: (colors: { light: string; dark: string; }) => string; };