@expo/html-elements
Version:
Universal semantic HTML React components for iOS, Android, web, and desktop
8 lines • 369 B
TypeScript
import React, { PropsWithChildren } from 'react';
import { TextProps } from '../primitives/Text';
import { ViewProps } from '../primitives/View';
export declare const UL: React.ComponentType<ViewProps>;
type LIProps = TextProps | ViewProps;
export declare function LI(props: PropsWithChildren<LIProps>): React.JSX.Element;
export {};
//# sourceMappingURL=Lists.d.ts.map