UNPKG

@gluestack-ui/core

Version:

Universal UI components for React Native, Expo, and Next.js

6 lines 272 B
import type React from 'react'; import type { IDividerComponentType } from './types'; export declare function createDivider<DividerProps>({ Root, }: { Root: React.ComponentType<DividerProps>; }): IDividerComponentType<DividerProps>; //# sourceMappingURL=index.d.ts.map