UNPKG

box-ui-elements

Version:
4 lines (3 loc) 150 B
import { ThemingProps } from './types'; declare const useCustomTheming: ({ selector, theme }: ThemingProps) => void; export default useCustomTheming;