@assemble-inc/core
Advanced tools
Comparing version
export type TextTypes = { | ||
element?: 'p' | 'span' | 'code' | 'pre' | 'figcaption'; | ||
style?: 'bold' | 'italic' | 'bold italic' | 'italic bold'; | ||
className?: string; | ||
children: React.ReactNode; | ||
}; | ||
export declare const Text: ({ element, className, children }: TextTypes) => JSX.Element; | ||
export declare const Text: ({ element, className, style, children }: TextTypes) => JSX.Element; |
{ | ||
"name": "@assemble-inc/core", | ||
"version": "0.4.23", | ||
"version": "0.4.24", | ||
"description": "Assemble Component Library", | ||
@@ -5,0 +5,0 @@ "author": "Assemble Frontend Team", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
755850
0.01%13497
0.01%