UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

9 lines 306 B
import { PartialEmotionCanvasTheme } from './types'; /** * This is a small hook to support right-to-left logic. * It returns a boolean * @example * const isRTL = useIsRTL(); */ export declare const useIsRTL: (partialTheme?: PartialEmotionCanvasTheme) => boolean; //# sourceMappingURL=useIsRTL.d.ts.map