feat: use pencil off icon for note bar
This commit is contained in:
@@ -39,7 +39,7 @@ export function useCloseOnBlur(
|
||||
|
||||
export function toDirective<Props>(
|
||||
component: FunctionComponent<Props>,
|
||||
scope: Record<string, '=' | '&'> = {}
|
||||
scope: Record<string, '=' | '&' | '@'> = {}
|
||||
) {
|
||||
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
|
||||
return function () {
|
||||
|
||||
Reference in New Issue
Block a user