# AUTO GENERATED FILE - DO NOT EDIT package Dash::Core::Components::Markdown; use Moo; use strictures 2; use Dash::Core::ComponentsAssets; use namespace::clean; extends 'Dash::BaseComponent'; has 'id' => ( is => 'rw' ); has 'className' => ( is => 'rw' ); has 'dangerously_allow_html' => ( is => 'rw' ); has 'children' => ( is => 'rw' ); has 'dedent' => ( is => 'rw' ); has 'highlight_config' => ( is => 'rw' ); has 'loading_state' => ( is => 'rw' ); has 'style' => ( is => 'rw' ); my $dash_namespace = 'dash_core_components'; sub DashNamespace { return $dash_namespace; } sub _js_dist { return Dash::Core::ComponentsAssets::_js_dist; } 1; __END__ =pod =encoding UTF-8 =head1 NAME Dash::Core::Components::Markdown =head1 VERSION version 0.11 =head1 AUTHOR Pablo Rodríguez González =head1 COPYRIGHT AND LICENSE This software is Copyright (c) 2022 by Pablo Rodríguez González. This is free software, licensed under: The MIT (X11) License =cut