File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/code-connect/components/ExpandableSection Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import figma from '@figma/code-connect' ;
22import { ExpandableSection } from '@patternfly/react-core' ;
33
4- // // TODO: DESIGN: Create toggle component
5- // // onToggle={() => {}} // only required if the user wants to be able to have other side effects when opening/closing
6- // // isExpanded={() => {}} // only required if the user wants to be able to have other side effects when opening/closing
4+ // TODO: DESIGN: Create toggle component
5+ // onToggle={() => {}} // only required if the user wants to be able to have other side effects when opening/closing
6+ // isExpanded={() => {}} // only required if the user wants to be able to have other side effects when opening/closing
77
8- // // Documentation for ExpandableSection can be found at https://www.patternfly.org/components/expandable-section
8+ // Documentation for ExpandableSection can be found at https://www.patternfly.org/components/expandable-section
99
1010figma . connect (
1111 ExpandableSection ,
You can’t perform that action at this time.
0 commit comments