UNPKG

@rtdui/hooks

Version:

React hooks library base on @mantine/hooks

3 lines (2 loc) 90 B
export type Direction = "ltr" | "rtl"; export declare function useDirection(): Direction;