fix(): change fabs so that state is in the container and props are passed down to button and lists.

This commit is contained in:
Josh Thomas
2017-10-18 12:08:37 -05:00
parent d2a07c1371
commit bdee7be365
5 changed files with 7796 additions and 38 deletions

View File

@ -629,7 +629,6 @@ declare global {
mode?: string,
color?: string,
pickerCtrl?: any,
disabled?: boolean,
min?: string,
max?: string,
@ -647,8 +646,7 @@ declare global {
dayNames?: any,
dayShortNames?: any,
pickerOptions?: any,
placeholder?: string,
value?: string
placeholder?: string
}
}
}
@ -708,6 +706,7 @@ declare global {
mode?: string,
color?: string,
activated?: boolean
}
}
}
@ -737,8 +736,10 @@ declare global {
mode?: string,
color?: string,
close?: any,
href?: string,
activated?: boolean,
toggleActive?: any,
show?: boolean,
disabled?: boolean
}
}