Skip to content

Commit

Permalink
doc: add @SInCE to doc
Browse files Browse the repository at this point in the history
Co-authored-by: Inomdzhon Mirdzhamolov <[email protected]>
  • Loading branch information
EldarMuhamethanov and inomdzhon authored Feb 11, 2025
1 parent b437947 commit b5db80c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export interface DirectionProviderProps {
/**
* Компонент, прокидывающий направление контента
* @see https://vkcom.github.io/VKUI/#/DirectionProvider
* @since 7.2.0
*/
export function DirectionProvider({ value, children }: DirectionProviderProps): React.ReactNode {
return <ConfigProviderOverride direction={value}>{children}</ConfigProviderOverride>;
Expand Down

0 comments on commit b5db80c

Please sign in to comment.