Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit fa712fa

Browse files
committed
ensure all style functions have implicit typings
1 parent 05956b5 commit fa712fa

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/option/option.styles.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT License.
33

4-
import {css, ElementStyles} from '@microsoft/fast-element';
4+
import {css} from '@microsoft/fast-element';
55
import {
66
disabledCursor,
77
display,
@@ -22,10 +22,7 @@ import {
2222
} from '../design-tokens';
2323
import {DropdownOptionOptions} from './';
2424

25-
export const optionStyles: (
26-
context: ElementDefinitionContext,
27-
definition: DropdownOptionOptions
28-
) => ElementStyles = (
25+
export const optionStyles = (
2926
context: ElementDefinitionContext,
3027
definition: DropdownOptionOptions
3128
) => css`

0 commit comments

Comments
 (0)