feat(code-snippet): support disabled state for single and multi-line types

This commit is contained in:
Eric Liu 2021-01-22 14:38:26 -08:00
commit 3dde418398
6 changed files with 37 additions and 2 deletions

View file

@ -47,4 +47,4 @@ export function subtract(a: number, b: number) {
<CodeSnippet skeleton />
<CodeSnippet type="multi" skeleton />
<CodeSnippet type="multi" disabled skeleton />