1%COMPONENT_COMMENT% 2@memo 3@ComponentBuilder 4export declare function %COMPONENT_NAME%( 5 %FUNCTION_PARAMETERS% 6 @memo 7 content_?: () => void, 8): %COMPONENT_NAME%Attribute