aesthetic-react
Version:
React hooks, composers, and more for styling components with Aesthetic.
8 lines • 401 B
TypeScript
/// <reference types="react" />
import { DirectionProviderProps } from './types';
/**
* Explicitly define a direction or automatically infer a direction based on a string of text.
* Will render an element with a `dir` attribute set.
*/
export default function DirectionProvider({ children, dir, inline, value, }: DirectionProviderProps): JSX.Element;
//# sourceMappingURL=DirectionProvider.d.ts.map