feat: add copy code feature

This commit is contained in:
fragosti
2018-12-04 14:30:31 -08:00
parent 8ad114c5e5
commit ce013489ec
2 changed files with 18 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ export interface ContainerProps {
right?: string;
bottom?: string;
zIndex?: number;
float?: 'right' | 'left';
Tag?: ContainerTag;
cursor?: string;
id?: string;