UNPKG

box-ui-elements

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