UNPKG

box-ui-elements

Version:
9 lines (7 loc) 140 B
export type Theme = { tokens?: Record<string, unknown>; }; export interface ThemingProps { selector?: string; theme?: Theme; }