Version: 5.0.0-beta.25.0.0-beta.35.0.0-beta.45.0.0-beta.55.0.0-beta.65.0.0-beta.75.0.0-beta.85.0.0-beta.95.0.0-beta.105.0.0-beta.115.0.0-beta.125.0.0-beta.135.0.0-beta.145.0.0-beta.155.0.0-beta.165.0.0-beta.175.0.0-beta.185.0.05.1.05.2.05.3.05.3.15.3.25.3.35.4.05.4.15.4.25.5.05.5.15.6.05.7.05.8.05.8.15.9.05.10.05.10.15.11.05.11.15.11.25.12.05.12.15.12.25.13.05.14.05.14.15.15.05.15.15.15.25.16.05.16.15.17.05.17.16.0.0-beta16.0.0-beta26.0.0-beta36.0.0-beta46.0.0-beta56.0.0-beta66.0.06.0.16.0.26.1.06.2.06.2.16.2.26.2.36.3.06.4.06.5.06.5.16.6.06.7.06.8.06.8.16.8.26.8.36.8.46.9.06.9.16.9.26.9.36.9.46.10.06.10.16.10.26.10.36.10.46.11.06.12.06.13.06.14.06.15.06.15.16.15.26.16.06.16.16.16.26.16.36.16.46.16.56.17.06.17.16.17.26.17.36.17.46.18.06.18.16.19.16.19.26.19.36.19.47.0.0-alpha0017.0.0-alpha0027.0.0-alpha0037.0.0-alpha0047.0.0-alpha0067.0.0-alpha0077.0.0-alpha0087.0.0-alpha0107.0.0-alpha0117.0.0-alpha0127.0.0-alpha0137.0.0-alpha0147.0.0-alpha0157.0.0-alpha0167.0.0-alpha0177.0.0-alpha0187.0.0-alpha0197.0.0-alpha0217.0.0-alpha0227.0.0-alpha0237.0.0-alpha0257.0.0-alpha0307.0.0-alpha0317.0.0-alpha0327.0.0-alpha0337.0.0-alpha0347.0.0-rc0017.0.0-rc0027.0.17.0.27.1.07.1.17.2.07.3.07.4.07.4.17.5.07.5.17.5.27.6.07.7.07.8.07.8.17.8.27.8.37.8.47.8.57.8.67.8.77.8.87.8.97.8.107.8.117.9.07.10.07.11.07.11.17.11.27.11.37.11.47.12.07.13.07.14.07.14.17.15.07.15.17.16.07.16.17.16.27.16.37.16.47.16.57.16.67.16.77.17.07.18.07.19.07.19.17.19.27.20.07.20.17.20.2
import { IRawStyle } from './IRawStyle';
/**
* {@docCategory IStyleBase}
*/
export declare type IStyleBase = IRawStyle | string | false | null | undefined;
* {@docCategory IStyleBaseArray}
export interface IStyleBaseArray extends Array<IStyle> {
}
* IStyleObject extends a raw style objects, but allows selectors to be defined
* under the selectors node.
* @public
* {@docCategory IStyle}
export declare type IStyle = IStyleBase | IStyleBaseArray;