chore: typing cleanup

This commit is contained in:
Nathan Walker
2021-02-25 14:28:42 -08:00
parent e1673a0af4
commit dee6bde170
7 changed files with 19 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ export { Slider } from './slider';
export { addTaggedAdditionalCSS, removeTaggedAdditionalCSS, resolveFileNameFromUrl } from './styling/style-scope';
export { Background } from './styling/background';
export type { CacheMode } from './styling/background';
export { parseCSSShadow } from './styling/css-shadow';
export { animationTimingFunctionConverter, timeConverter } from './styling/converters';
export { Font } from './styling/font';
export { Style } from './styling/style';