File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,11 @@ export {};`;
2424 < h3 > { __ ( 'TypeScript support' , 'codeb-feature-flags' ) } </ h3 >
2525 < p >
2626 Create a file named{ ' ' }
27- < span className = "codeb-feature-flags-filename" > flags.d.ts</ span > at
28- the entrypoint of TypeScript code for the plugin/theme ( usually
29- < span className = "codeb-feature-flags-slug" > src</ span > directory )
30- and add the following declaration.
27+ < span className = "codeb-feature-flags-filename" > flags.d.ts</ span > { ' ' }
28+ at the entrypoint of TypeScript code for the plugin/theme (
29+ usually
30+ < span className = "codeb-feature-flags-slug" > src</ span > directory
31+ ) and add the following declaration.
3132 </ p >
3233 < Clipboard text = { tsSnippet } />
3334 < Snippet data = { tsSnippet } language = { 'typescript' } />
You can’t perform that action at this time.
0 commit comments