Home
last modified time | relevance | path

Searched refs:BlockQuoteProps (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';
11 export declare const BlockQuote: ComponentType<BlockQuoteProps>;
H A DText.d.ts2 import { BlockQuoteProps, QuoteProps, TimeProps } from './Text.types';
10 export declare const BlockQuote: React.ComponentType<BlockQuoteProps>;
H A DText.types.d.ts6 export type BlockQuoteProps = React.PropsWithChildren<ViewProps & { alias
H A DText.types.js.map1 …act.PropsWithChildren<TextProps & { cite?: string }>;\n\nexport type BlockQuoteProps = React.Props…
H A D_Text.web.js.map1BlockQuoteProps, QuoteProps, TimeProps } from './Text.types';\nimport { TextProps } from '../primi…
H A DText.js.map1BlockQuoteProps, QuoteProps, TimeProps } from './Text.types';\nimport { em } from '../css/units';\…
/expo/packages/html-elements/src/elements/
H A DText.types.ts6 export type BlockQuoteProps = React.PropsWithChildren<ViewProps & { cite?: string }>; alias
H A DText.tsx4 import { BlockQuoteProps, QuoteProps, TimeProps } from './Text.types';
33 export const BlockQuote = forwardRef(({ style, cite, ...props }: BlockQuoteProps, ref) => {
35 }) as ComponentType<BlockQuoteProps>;
H A D_Text.web.tsx5 import { BlockQuoteProps, QuoteProps, TimeProps } from './Text.types';
36 export const BlockQuote = forwardRef(({ style, ...props }: BlockQuoteProps, ref) => {
38 }) as ComponentType<BlockQuoteProps>;