Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-05-22 07:40:24 -07:00
commit de6c4deae8
4 changed files with 2134 additions and 1207 deletions

View file

@ -25,7 +25,7 @@ export interface CopyButtonProps
* Specify the text to copy
* @default undefined
*/
text?: string;
text: string;
/**
* Override the default copy behavior of using the navigator.clipboard.writeText API to copy text