Home
last modified time | relevance | path

Searched refs:TimeProps (Results 1 – 9 of 9) sorted by relevance

/expo/packages/html-elements/build/elements/
H A D_Text.web.d.ts2 import { BlockQuoteProps, QuoteProps, TimeProps } from './Text.types';
17 export declare const Time: ComponentType<TimeProps>;
H A DText.d.ts2 import { BlockQuoteProps, QuoteProps, TimeProps } from './Text.types';
16 export declare const Time: React.ComponentType<TimeProps>;
H A DText.types.d.ts9 export type TimeProps = React.PropsWithChildren<TextProps & { alias
H A DText.types.js.map1 … React.PropsWithChildren<ViewProps & { cite?: string }>;\n\nexport type TimeProps = React.PropsWit…
H A D_Text.web.js.map1TimeProps } from './Text.types';\nimport { TextProps } from '../primitives/Text';\n\nexport const …
H A DText.js.map1TimeProps } from './Text.types';\nimport { em } from '../css/units';\nimport Text, { TextProps } f…
/expo/packages/html-elements/src/elements/
H A DText.types.ts8 export type TimeProps = React.PropsWithChildren<TextProps & { dateTime?: string }>; alias
H A DText.tsx4 import { BlockQuoteProps, QuoteProps, TimeProps } from './Text.types';
63 export const Time = forwardRef(({ dateTime, ...props }: TimeProps, ref) => {
65 }) as ComponentType<TimeProps>;
H A D_Text.web.tsx5 import { BlockQuoteProps, QuoteProps, TimeProps } from './Text.types';
60 export const Time = forwardRef(({ style, ...props }: TimeProps, ref) => {
62 }) as ComponentType<TimeProps>;