Function: getDefaultCss()
getDefaultCss(
annotations):Readonly<Record<string,any>>
Extracts CSS properties default values from annotations . Internal use only.
Parameters
annotations
the array of component annotations.
Returns
Readonly<Record<string, any>>
the object with CSS properties default values.