Searched refs:BlockQuoteProps (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/html-elements/build/elements/ |
| H A D | _Text.web.d.ts | 2 import { BlockQuoteProps, QuoteProps, TimeProps } from './Text.types'; 11 export declare const BlockQuote: ComponentType<BlockQuoteProps>;
|
| H A D | Text.d.ts | 2 import { BlockQuoteProps, QuoteProps, TimeProps } from './Text.types'; 10 export declare const BlockQuote: React.ComponentType<BlockQuoteProps>;
|
| H A D | Text.types.d.ts | 6 export type BlockQuoteProps = React.PropsWithChildren<ViewProps & { alias
|
| H A D | Text.types.js.map | 1 …act.PropsWithChildren<TextProps & { cite?: string }>;\n\nexport type BlockQuoteProps = React.Props…
|
| H A D | _Text.web.js.map | 1 …BlockQuoteProps, QuoteProps, TimeProps } from './Text.types';\nimport { TextProps } from '../primi…
|
| H A D | Text.js.map | 1 …BlockQuoteProps, QuoteProps, TimeProps } from './Text.types';\nimport { em } from '../css/units';\…
|
| /expo/packages/html-elements/src/elements/ |
| H A D | Text.types.ts | 6 export type BlockQuoteProps = React.PropsWithChildren<ViewProps & { cite?: string }>; alias
|
| H A D | Text.tsx | 4 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.tsx | 5 import { BlockQuoteProps, QuoteProps, TimeProps } from './Text.types'; 36 export const BlockQuote = forwardRef(({ style, ...props }: BlockQuoteProps, ref) => { 38 }) as ComponentType<BlockQuoteProps>;
|