| import type { ReactNode } from 'react'; | |
| interface AutoDirectionProps { | |
| children: ReactNode; | |
| } | |
| declare const AutoDirection: ( props: AutoDirectionProps ) => ReactNode; | |
| export default AutoDirection; | |
| import type { ReactNode } from 'react'; | |
| interface AutoDirectionProps { | |
| children: ReactNode; | |
| } | |
| declare const AutoDirection: ( props: AutoDirectionProps ) => ReactNode; | |
| export default AutoDirection; | |