UNPKG

@stianlarsen/react-light-beam

Version:

A customizable React component that creates a light beam effect using conic gradients. Supports dark mode and various customization options.

4 lines (3 loc) 72 B
export declare const useIsDarkmode: () => { isDarkmode: boolean; };