Searched defs:Code (Results 1 – 6 of 6) sorted by relevance
16 export declare const Code: ComponentType<TextProps>; constant
13 export declare const Code: React.ComponentType<TextProps>; constant
40 export const Code = forwardRef((props, ref) => { constant
33 export const Code = forwardRef(({ style, ...props }, ref) => { constant
24 Code = "code", enumerator
28 Code = 'code', enumerator